Color Hex Logo

#291596 Color Hex

#291596
(41,21,150)
0 Favorites   0 Comments

Color spaces of #291596

RGB 4121150
HSL0.690.750.34
HSV249°86°59°
CMYK 0.730.860.00   0.41
XYZ6.68763.209829.1212
Yxy3.20980.17140.0823
Hunter Lab17.915935.2771-83.8311
CIE-Lab20.865347.5159-65.2977

#291596 color RGB value is (41,21,150).

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

The process color (four color CMYK) of #291596 color hex is 0.73, 0.86, 0.00, 0.41. Web safe color of #291596 is #330099. Color #291596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010101 10010110
Octal 51 25 226
Decimal 41 21 150
Hex 29 15 96

RGB Percentages of Color #291596

%19.34
%9.91
%70.75

CMYK Percentages of Color #291596

%73
%86
%0
%41

Triadic Colors of #291596

#291596 #962915 #159629

Analogous Colors of #291596

#291596 #6a1596 #154296

Monochromatic Colors of #291596

#291596

Complementary Color

#291596 #829615

#291596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#291596 Color CSS Codes

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

#291596 Text Font Color

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

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


#291596 Background Color

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

This div background color is #291596


#291596 Border Color

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

This div border color is #291596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291596


Comments

No comments written yet.

Please login to write comment.