Color Hex Logo

#412962 Color Hex

#412962
(65,41,98)
0 Favorites   0 Comments

Color spaces of #412962

RGB 654198
HSL0.740.410.27
HSV265°58°38°
CMYK 0.340.580.00   0.62
XYZ5.17753.591511.9756
Yxy3.59150.24960.1731
Hunter Lab18.951315.6017-24.2004
CIE-Lab22.272224.5721-29.8378

#412962 color RGB value is (65,41,98).

#412962 hex color red value is 65, green value is 41 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #412962 hue: 0.74 , saturation: 0.41 and the lightness value of 412962 is 0.27.

The process color (four color CMYK) of #412962 color hex is 0.34, 0.58, 0.00, 0.62. Web safe color of #412962 is #333366. Color #412962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 01100010
Octal 101 51 142
Decimal 65 41 98
Hex 41 29 62

RGB Percentages of Color #412962

%31.86
%20.10
%48.04

CMYK Percentages of Color #412962

%34
%58
%0
%62

Triadic Colors of #412962

#412962 #624129 #296241

Analogous Colors of #412962

#412962 #5d2962 #292e62

Monochromatic Colors of #412962

#412962

Complementary Color

#412962 #4a6229

#412962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412962 Color CSS Codes

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

#412962 Text Font Color

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

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


#412962 Background Color

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

This div background color is #412962


#412962 Border Color

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

This div border color is #412962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412962


Comments

No comments written yet.

Please login to write comment.