Color Hex Logo

#312972 Color Hex

#312972
(49,41,114)
0 Favorites   0 Comments

Color spaces of #312972

RGB 4941114
HSL0.680.470.30
HSV247°64°45°
CMYK 0.570.640.00   0.55
XYZ5.09683.453716.3176
Yxy3.45370.20500.1389
Hunter Lab18.584116.4324-39.0501
CIE-Lab21.776325.7196-41.1021

#312972 color RGB value is (49,41,114).

#312972 hex color red value is 49, green value is 41 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #312972 hue: 0.68 , saturation: 0.47 and the lightness value of 312972 is 0.30.

The process color (four color CMYK) of #312972 color hex is 0.57, 0.64, 0.00, 0.55. Web safe color of #312972 is #333366. Color #312972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101001 01110010
Octal 61 51 162
Decimal 49 41 114
Hex 31 29 72

RGB Percentages of Color #312972

%24.02
%20.10
%55.88

CMYK Percentages of Color #312972

%57
%64
%0
%55

Triadic Colors of #312972

#312972 #723129 #297231

Analogous Colors of #312972

#312972 #562972 #294672

Monochromatic Colors of #312972

#312972

Complementary Color

#312972 #6a7229

#312972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312972 Color CSS Codes

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

#312972 Text Font Color

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

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


#312972 Background Color

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

This div background color is #312972


#312972 Border Color

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

This div border color is #312972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312972


Comments

No comments written yet.

Please login to write comment.