Color Hex Logo

#291591 Color Hex

#291591
(41,21,145)
0 Favorites   0 Comments

Color spaces of #291591

RGB 4121145
HSL0.690.750.33
HSV250°86°57°
CMYK 0.720.860.00   0.43
XYZ6.29353.052127.0455
Yxy3.05210.17290.0839
Hunter Lab17.470333.7300-79.5570
CIE-Lab20.251446.0249-63.2188

#291591 color RGB value is (41,21,145).

#291591 hex color red value is 41, green value is 21 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #291591 hue: 0.69 , saturation: 0.75 and the lightness value of 291591 is 0.33.

The process color (four color CMYK) of #291591 color hex is 0.72, 0.86, 0.00, 0.43. Web safe color of #291591 is #330099. Color #291591 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010101 10010001
Octal 51 25 221
Decimal 41 21 145
Hex 29 15 91

RGB Percentages of Color #291591

%19.81
%10.14
%70.05

CMYK Percentages of Color #291591

%72
%86
%0
%43

Triadic Colors of #291591

#291591 #912915 #159129

Analogous Colors of #291591

#291591 #671591 #153f91

Monochromatic Colors of #291591

#291591

Complementary Color

#291591 #7d9115

#291591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#291591 Color CSS Codes

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

#291591 Text Font Color

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

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


#291591 Background Color

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

This div background color is #291591


#291591 Border Color

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

This div border color is #291591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291591


Comments

No comments written yet.

Please login to write comment.