Color Hex Logo

#31016d Color Hex

#31016D
(49,1,109)
0 Favorites   0 Comments

Color spaces of #31016d

RGB 491109
HSL0.740.980.22
HSV267°99°43°
CMYK 0.550.990.00   0.57
XYZ4.03781.778814.5985
Yxy1.77880.19780.0871
Hunter Lab13.337230.7005-55.5612
CIE-Lab14.280843.9433-50.1555

#31016d color RGB value is (49,1,109).

#31016d hex color red value is 49, green value is 1 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #31016d hue: 0.74 , saturation: 0.98 and the lightness value of 31016d is 0.22.

The process color (four color CMYK) of #31016d color hex is 0.55, 0.99, 0.00, 0.57. Web safe color of #31016d is #330066. Color #31016d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00000001 01101101
Octal 61 1 155
Decimal 49 1 109
Hex 31 1 6D

RGB Percentages of Color #31016d

%30.82
%0.63
%68.55

CMYK Percentages of Color #31016d

%55
%99
%0
%57

Triadic Colors of #31016d

#31016d #6d3101 #016d31

Analogous Colors of #31016d

#31016d #67016d #01076d

Monochromatic Colors of #31016d

#31016d

Complementary Color

#31016d #3d6d01

#31016d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31016d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31016d Color CSS Codes

.mybgcolor {background-color:#31016d; } 
.myforecolor {color:#31016d; }
.mybordercolor {border:3px solid #31016d; }

#31016d Text Font Color

<p style="color:#31016d">Text here</p>

This sample text font color is #31016d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#31016d Background Color

<div style="background-color:#31016d">
Div content here</div>

This div background color is #31016d


#31016d Border Color

<div style="border:3px solid #31016d">
Div here</div>

This div border color is #31016d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,1,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31016d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31016d;
  -webkit-box-shadow: 1px 1px 3px 2px #31016d;
  box-shadow:         1px 1px 3px 2px #31016d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,1,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #31016d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #31016d;
  -webkit-box-shadow: 1px 1px 3px 2px #31016d;
  box-shadow:         1px 1px 3px 2px #31016d;">
Div content here</div>

This div box has shadow with color #31016d


Comments

No comments written yet.

Please login to write comment.