Color Hex Logo

#311581 Color Hex

#311581
(49,21,129)
0 Favorites   0 Comments

Color spaces of #311581

RGB 4921129
HSL0.710.720.29
HSV256°84°51°
CMYK 0.620.840.00   0.49
XYZ5.49722.774321.0146
Yxy2.77430.18770.0947
Hunter Lab16.656229.7635-63.1448
CIE-Lab19.116341.9985-55.0349

#311581 color RGB value is (49,21,129).

#311581 hex color red value is 49, green value is 21 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #311581 hue: 0.71 , saturation: 0.72 and the lightness value of 311581 is 0.29.

The process color (four color CMYK) of #311581 color hex is 0.62, 0.84, 0.00, 0.49. Web safe color of #311581 is #330099. Color #311581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 10000001
Octal 61 25 201
Decimal 49 21 129
Hex 31 15 81

RGB Percentages of Color #311581

%24.62
%10.55
%64.82

CMYK Percentages of Color #311581

%62
%84
%0
%49

Triadic Colors of #311581

#311581 #813115 #158131

Analogous Colors of #311581

#311581 #671581 #152f81

Monochromatic Colors of #311581

#311581

Complementary Color

#311581 #658115

#311581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311581 Color CSS Codes

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

#311581 Text Font Color

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

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


#311581 Background Color

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

This div background color is #311581


#311581 Border Color

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

This div border color is #311581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311581


Comments

No comments written yet.

Please login to write comment.