Color Hex Logo

#290241 Color Hex

#290241
(41,2,65)
0 Favorites   0 Comments

Color spaces of #290241

RGB 41265
HSL0.770.940.13
HSV277°97°25°
CMYK 0.370.970.00   0.75
XYZ1.89030.89655.0744
Yxy0.89650.24050.1140
Hunter Lab9.468419.0668-25.1475
CIE-Lab8.097731.5980-30.4256

#290241 color RGB value is (41,2,65).

#290241 hex color red value is 41, green value is 2 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #290241 hue: 0.77 , saturation: 0.94 and the lightness value of 290241 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000010 01000001
Octal 51 2 101
Decimal 41 2 65
Hex 29 2 41

RGB Percentages of Color #290241

%37.96
%1.85
%60.19

CMYK Percentages of Color #290241

%37
%97
%0
%75

Triadic Colors of #290241

#290241 #412902 #024129

Analogous Colors of #290241

#290241 #410239 #0a0241

Monochromatic Colors of #290241

#290241

Complementary Color

#290241 #1a4102

#290241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290241 Color CSS Codes

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

#290241 Text Font Color

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

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


#290241 Background Color

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

This div background color is #290241


#290241 Border Color

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

This div border color is #290241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290241


Comments

No comments written yet.

Please login to write comment.