Color Hex Logo

#412969 Color Hex

#412969
(65,41,105)
0 Favorites   0 Comments

Color spaces of #412969

RGB 6541105
HSL0.730.440.29
HSV263°61°41°
CMYK 0.380.610.00   0.59
XYZ5.52273.729613.7934
Yxy3.72960.23960.1618
Hunter Lab19.312217.2493-28.8284
CIE-Lab22.756626.6063-33.6246

#412969 color RGB value is (65,41,105).

#412969 hex color red value is 65, green value is 41 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #412969 hue: 0.73 , saturation: 0.44 and the lightness value of 412969 is 0.29.

The process color (four color CMYK) of #412969 color hex is 0.38, 0.61, 0.00, 0.59. Web safe color of #412969 is #333366. Color #412969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 01101001
Octal 101 51 151
Decimal 65 41 105
Hex 41 29 69

RGB Percentages of Color #412969

%30.81
%19.43
%49.76

CMYK Percentages of Color #412969

%38
%61
%0
%59

Triadic Colors of #412969

#412969 #694129 #296941

Analogous Colors of #412969

#412969 #612969 #293169

Monochromatic Colors of #412969

#412969

Complementary Color

#412969 #516929

#412969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412969 Color CSS Codes

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

#412969 Text Font Color

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

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


#412969 Background Color

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

This div background color is #412969


#412969 Border Color

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

This div border color is #412969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412969


Comments

No comments written yet.

Please login to write comment.