Color Hex Logo

#312051 Color Hex

#312051
(49,32,81)
0 Favorites   0 Comments

Color spaces of #312051

RGB 493281
HSL0.720.430.22
HSV261°60°32°
CMYK 0.400.600.00   0.68
XYZ3.26832.28018.0524
Yxy2.28010.24030.1676
Hunter Lab15.100012.2102-21.0477
CIE-Lab16.893420.8094-27.2367

#312051 color RGB value is (49,32,81).

#312051 hex color red value is 49, green value is 32 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #312051 hue: 0.72 , saturation: 0.43 and the lightness value of 312051 is 0.22.

The process color (four color CMYK) of #312051 color hex is 0.40, 0.60, 0.00, 0.68. Web safe color of #312051 is #333366. Color #312051 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100000 01010001
Octal 61 40 121
Decimal 49 32 81
Hex 31 20 51

RGB Percentages of Color #312051

%30.25
%19.75
%50.00

CMYK Percentages of Color #312051

%40
%60
%0
%68

Triadic Colors of #312051

#312051 #513120 #205131

Analogous Colors of #312051

#312051 #4a2051 #202851

Monochromatic Colors of #312051

#312051

Complementary Color

#312051 #405120

#312051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312051 Color CSS Codes

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

#312051 Text Font Color

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

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


#312051 Background Color

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

This div background color is #312051


#312051 Border Color

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

This div border color is #312051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312051


Comments

No comments written yet.

Please login to write comment.