Color Hex Logo

#413166 Color Hex

#413166
(65,49,102)
0 Favorites   0 Comments

Color spaces of #413166

RGB 6549102
HSL0.720.350.30
HSV258°52°40°
CMYK 0.360.520.00   0.60
XYZ5.67664.279813.0973
Yxy4.27980.24620.1856
Hunter Lab20.687712.7761-23.0549
CIE-Lab24.575720.5478-28.7692

#413166 color RGB value is (65,49,102).

#413166 hex color red value is 65, green value is 49 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #413166 hue: 0.72 , saturation: 0.35 and the lightness value of 413166 is 0.30.

The process color (four color CMYK) of #413166 color hex is 0.36, 0.52, 0.00, 0.60. Web safe color of #413166 is #333366. Color #413166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110001 01100110
Octal 101 61 146
Decimal 65 49 102
Hex 41 31 66

RGB Percentages of Color #413166

%30.09
%22.69
%47.22

CMYK Percentages of Color #413166

%36
%52
%0
%60

Triadic Colors of #413166

#413166 #664131 #316641

Analogous Colors of #413166

#413166 #5b3166 #313c66

Monochromatic Colors of #413166

#413166

Complementary Color

#413166 #566631

#413166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413166 Color CSS Codes

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

#413166 Text Font Color

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

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


#413166 Background Color

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

This div background color is #413166


#413166 Border Color

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

This div border color is #413166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413166


Comments

No comments written yet.

Please login to write comment.