Color Hex Logo

#291241 Color Hex

#291241
(41,18,65)
0 Favorites   0 Comments

Color spaces of #291241

RGB 411865
HSL0.750.570.16
HSV269°72°25°
CMYK 0.370.720.00   0.75
XYZ2.08491.28575.1393
Yxy1.28570.24500.1511
Hunter Lab11.338912.9781-18.9358
CIE-Lab11.175122.8308-25.4252

#291241 color RGB value is (41,18,65).

#291241 hex color red value is 41, green value is 18 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #291241 hue: 0.75 , saturation: 0.57 and the lightness value of 291241 is 0.16.

The process color (four color CMYK) of #291241 color hex is 0.37, 0.72, 0.00, 0.75. Web safe color of #291241 is #330033. Color #291241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010010 01000001
Octal 51 22 101
Decimal 41 18 65
Hex 29 12 41

RGB Percentages of Color #291241

%33.06
%14.52
%52.42

CMYK Percentages of Color #291241

%37
%72
%0
%75

Triadic Colors of #291241

#291241 #412912 #124129

Analogous Colors of #291241

#291241 #411241 #121341

Monochromatic Colors of #291241

#291241

Complementary Color

#291241 #2a4112

#291241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#291241 Color CSS Codes

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

#291241 Text Font Color

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

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


#291241 Background Color

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

This div background color is #291241


#291241 Border Color

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

This div border color is #291241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291241


Comments

No comments written yet.

Please login to write comment.