Color Hex Logo

#312589 Color Hex

#312589
(49,37,137)
0 Favorites   0 Comments

Color spaces of #312589

RGB 4937137
HSL0.690.570.34
HSV247°73°54°
CMYK 0.640.730.00   0.46
XYZ6.44353.782224.0573
Yxy3.78220.18800.1103
Hunter Lab19.447925.1071-59.7290
CIE-Lab22.937936.0393-53.7747

#312589 color RGB value is (49,37,137).

#312589 hex color red value is 49, green value is 37 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #312589 hue: 0.69 , saturation: 0.57 and the lightness value of 312589 is 0.34.

The process color (four color CMYK) of #312589 color hex is 0.64, 0.73, 0.00, 0.46. Web safe color of #312589 is #333399. Color #312589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100101 10001001
Octal 61 45 211
Decimal 49 37 137
Hex 31 25 89

RGB Percentages of Color #312589

%21.97
%16.59
%61.43

CMYK Percentages of Color #312589

%64
%73
%0
%46

Triadic Colors of #312589

#312589 #893125 #258931

Analogous Colors of #312589

#312589 #632589 #254b89

Monochromatic Colors of #312589

#312589

Complementary Color

#312589 #7d8925

#312589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312589 Color CSS Codes

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

#312589 Text Font Color

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

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


#312589 Background Color

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

This div background color is #312589


#312589 Border Color

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

This div border color is #312589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312589


Comments

No comments written yet.

Please login to write comment.