Color Hex Logo

#41297e Color Hex

#41297E
(65,41,126)
0 Favorites   0 Comments

Color spaces of #41297e

RGB 6541126
HSL0.710.510.33
HSV257°67°49°
CMYK 0.480.670.00   0.51
XYZ6.73884.216120.1973
Yxy4.21610.21630.1353
Hunter Lab20.533122.6492-43.9470
CIE-Lab24.373432.9202-44.4528

#41297e color RGB value is (65,41,126).

#41297e hex color red value is 65, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #41297e hue: 0.71 , saturation: 0.51 and the lightness value of 41297e is 0.33.

The process color (four color CMYK) of #41297e color hex is 0.48, 0.67, 0.00, 0.51. Web safe color of #41297e is #333366. Color #41297e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 01111110
Octal 101 51 176
Decimal 65 41 126
Hex 41 29 7E

RGB Percentages of Color #41297e

%28.02
%17.67
%54.31

CMYK Percentages of Color #41297e

%48
%67
%0
%51

Triadic Colors of #41297e

#41297e #7e4129 #297e41

Analogous Colors of #41297e

#41297e #6c297e #293c7e

Monochromatic Colors of #41297e

#41297e

Complementary Color

#41297e #667e29

#41297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41297e Color CSS Codes

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

#41297e Text Font Color

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

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


#41297e Background Color

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

This div background color is #41297e


#41297e Border Color

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

This div border color is #41297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41297e


Comments

No comments written yet.

Please login to write comment.