Color Hex Logo

#31218b Color Hex

#31218B
(49,33,139)
0 Favorites   0 Comments

Color spaces of #31218b

RGB 4933139
HSL0.690.620.34
HSV249°76°55°
CMYK 0.650.760.00   0.45
XYZ6.47073.604824.7808
Yxy3.60480.18560.1034
Hunter Lab18.986327.6083-64.0945
CIE-Lab22.319438.9920-56.0413

#31218b color RGB value is (49,33,139).

#31218b hex color red value is 49, green value is 33 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #31218b hue: 0.69 , saturation: 0.62 and the lightness value of 31218b is 0.34.

The process color (four color CMYK) of #31218b color hex is 0.65, 0.76, 0.00, 0.45. Web safe color of #31218b is #333399. Color #31218b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100001 10001011
Octal 61 41 213
Decimal 49 33 139
Hex 31 21 8B

RGB Percentages of Color #31218b

%22.17
%14.93
%62.90

CMYK Percentages of Color #31218b

%65
%76
%0
%45

Triadic Colors of #31218b

#31218b #8b3121 #218b31

Analogous Colors of #31218b

#31218b #66218b #21468b

Monochromatic Colors of #31218b

#31218b

Complementary Color

#31218b #7b8b21

#31218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31218b Color CSS Codes

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

#31218b Text Font Color

<p style="color:#31218b">Text here</p>

This sample text font color is #31218b
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.


#31218b Background Color

<div style="background-color:#31218b">
Div content here</div>

This div background color is #31218b


#31218b Border Color

<div style="border:3px solid #31218b">
Div here</div>

This div border color is #31218b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,33,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31218b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31218b;
  -webkit-box-shadow: 1px 1px 3px 2px #31218b;
  box-shadow:         1px 1px 3px 2px #31218b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31218b


Comments

No comments written yet.

Please login to write comment.