Color Hex Logo

#291261 Color Hex

#291261
(41,18,97)
0 Favorites   0 Comments

Color spaces of #291261

RGB 411897
HSL0.720.690.23
HSV257°81°38°
CMYK 0.580.810.00   0.62
XYZ3.28841.767111.4770
Yxy1.76710.19890.1069
Hunter Lab13.293220.8931-41.8840
CIE-Lab14.214232.6903-42.3820

#291261 color RGB value is (41,18,97).

#291261 hex color red value is 41, green value is 18 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #291261 hue: 0.72 , saturation: 0.69 and the lightness value of 291261 is 0.23.

The process color (four color CMYK) of #291261 color hex is 0.58, 0.81, 0.00, 0.62. Web safe color of #291261 is #330066. Color #291261 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010010 01100001
Octal 51 22 141
Decimal 41 18 97
Hex 29 12 61

RGB Percentages of Color #291261

%26.28
%11.54
%62.18

CMYK Percentages of Color #291261

%58
%81
%0
%62

Triadic Colors of #291261

#291261 #612912 #126129

Analogous Colors of #291261

#291261 #511261 #122261

Monochromatic Colors of #291261

#291261

Complementary Color

#291261 #4a6112

#291261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#291261 Color CSS Codes

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

#291261 Text Font Color

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

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


#291261 Background Color

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

This div background color is #291261


#291261 Border Color

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

This div border color is #291261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291261


Comments

No comments written yet.

Please login to write comment.