Color Hex Logo

#31315b Color Hex

#31315B
(49,49,91)
0 Favorites   0 Comments

Color spaces of #31315b

RGB 494991
HSL0.670.300.27
HSV240°46°36°
CMYK 0.460.460.00   0.64
XYZ4.25333.604910.3692
Yxy3.60490.23330.1978
Hunter Lab18.98666.7604-19.0896
CIE-Lab22.319712.3427-25.2639

#31315b color RGB value is (49,49,91).

#31315b hex color red value is 49, green value is 49 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #31315b hue: 0.67 , saturation: 0.30 and the lightness value of 31315b is 0.27.

The process color (four color CMYK) of #31315b color hex is 0.46, 0.46, 0.00, 0.64. Web safe color of #31315b is #333366. Color #31315b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110001 01011011
Octal 61 61 133
Decimal 49 49 91
Hex 31 31 5B

RGB Percentages of Color #31315b

%25.93
%25.93
%48.15

CMYK Percentages of Color #31315b

%46
%46
%0
%64

Triadic Colors of #31315b

#31315b #5b3131 #315b31

Analogous Colors of #31315b

#31315b #46315b #31465b

Monochromatic Colors of #31315b

#31315b

Complementary Color

#31315b #5b5b31

#31315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31315b Color CSS Codes

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

#31315b Text Font Color

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

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


#31315b Background Color

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

This div background color is #31315b


#31315b Border Color

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

This div border color is #31315b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31315b


Comments

No comments written yet.

Please login to write comment.