Color Hex Logo

#310597 Color Hex

#310597
(49,5,151)
0 Favorites   0 Comments

Color spaces of #310597

RGB 495151
HSL0.720.940.31
HSV258°97°59°
CMYK 0.680.970.00   0.41
XYZ6.90682.995929.4924
Yxy2.99590.17530.0760
Hunter Lab17.308740.9379-88.9087
CIE-Lab20.027553.3581-67.2874

#310597 color RGB value is (49,5,151).

#310597 hex color red value is 49, green value is 5 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #310597 hue: 0.72 , saturation: 0.94 and the lightness value of 310597 is 0.31.

The process color (four color CMYK) of #310597 color hex is 0.68, 0.97, 0.00, 0.41. Web safe color of #310597 is #330099. Color #310597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00000101 10010111
Octal 61 5 227
Decimal 49 5 151
Hex 31 5 97

RGB Percentages of Color #310597

%23.90
%2.44
%73.66

CMYK Percentages of Color #310597

%68
%97
%0
%41

Triadic Colors of #310597

#310597 #973105 #059731

Analogous Colors of #310597

#310597 #7a0597 #052297

Monochromatic Colors of #310597

#310597

Complementary Color

#310597 #6b9705

#310597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#310597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#310597 Color CSS Codes

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

#310597 Text Font Color

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

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


#310597 Background Color

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

This div background color is #310597


#310597 Border Color

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

This div border color is #310597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #310597


Comments

No comments written yet.

Please login to write comment.