Color Hex Logo

#41206d Color Hex

#41206D
(65,32,109)
0 Favorites   0 Comments

Color spaces of #41206d

RGB 6532109
HSL0.740.550.28
HSV266°71°43°
CMYK 0.400.710.00   0.57
XYZ5.45683.261014.8098
Yxy3.26100.23190.1386
Hunter Lab18.058222.3368-35.9837
CIE-Lab21.060233.1447-38.9583

#41206d color RGB value is (65,32,109).

#41206d hex color red value is 65, green value is 32 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #41206d hue: 0.74 , saturation: 0.55 and the lightness value of 41206d is 0.28.

The process color (four color CMYK) of #41206d color hex is 0.40, 0.71, 0.00, 0.57. Web safe color of #41206d is #333366. Color #41206d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 01101101
Octal 101 40 155
Decimal 65 32 109
Hex 41 20 6D

RGB Percentages of Color #41206d

%31.55
%15.53
%52.91

CMYK Percentages of Color #41206d

%40
%71
%0
%57

Triadic Colors of #41206d

#41206d #6d4120 #206d41

Analogous Colors of #41206d

#41206d #68206d #20266d

Monochromatic Colors of #41206d

#41206d

Complementary Color

#41206d #4c6d20

#41206d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41206d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41206d Color CSS Codes

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

#41206d Text Font Color

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

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


#41206d Background Color

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

This div background color is #41206d


#41206d Border Color

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

This div border color is #41206d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41206d


Comments

No comments written yet.

Please login to write comment.