Color Hex Logo

#291481 Color Hex

#291481
(41,20,129)
0 Favorites   0 Comments

Color spaces of #291481

RGB 4120129
HSL0.700.730.29
HSV252°84°51°
CMYK 0.680.840.00   0.49
XYZ5.12712.556720.9921
Yxy2.55670.17880.0892
Hunter Lab15.989729.2542-66.6463
CIE-Lab18.173141.6235-56.6198

#291481 color RGB value is (41,20,129).

#291481 hex color red value is 41, green value is 20 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #291481 hue: 0.70 , saturation: 0.73 and the lightness value of 291481 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010100 10000001
Octal 51 24 201
Decimal 41 20 129
Hex 29 14 81

RGB Percentages of Color #291481

%21.58
%10.53
%67.89

CMYK Percentages of Color #291481

%68
%84
%0
%49

Triadic Colors of #291481

#291481 #812914 #148129

Analogous Colors of #291481

#291481 #5f1481 #143681

Monochromatic Colors of #291481

#291481

Complementary Color

#291481 #6c8114

#291481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#291481 Color CSS Codes

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

#291481 Text Font Color

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

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


#291481 Background Color

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

This div background color is #291481


#291481 Border Color

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

This div border color is #291481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,20,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 #291481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291481


Comments

No comments written yet.

Please login to write comment.