Color Hex Logo

#41249c Color Hex

#41249C
(65,36,156)
0 Favorites   0 Comments

Color spaces of #41249c

RGB 6536156
HSL0.710.630.38
HSV255°77°61°
CMYK 0.580.770.00   0.39
XYZ8.81164.785931.9118
Yxy4.78590.19360.1052
Hunter Lab21.876733.6128-71.1733
CIE-Lab26.115944.7613-60.2361

#41249c color RGB value is (65,36,156).

#41249c hex color red value is 65, green value is 36 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #41249c hue: 0.71 , saturation: 0.63 and the lightness value of 41249c is 0.38.

The process color (four color CMYK) of #41249c color hex is 0.58, 0.77, 0.00, 0.39. Web safe color of #41249c is #333399. Color #41249c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100100 10011100
Octal 101 44 234
Decimal 65 36 156
Hex 41 24 9C

RGB Percentages of Color #41249c

%25.29
%14.01
%60.70

CMYK Percentages of Color #41249c

%58
%77
%0
%39

Triadic Colors of #41249c

#41249c #9c4124 #249c41

Analogous Colors of #41249c

#41249c #7d249c #24439c

Monochromatic Colors of #41249c

#41249c

Complementary Color

#41249c #7f9c24

#41249c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41249c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41249c Color CSS Codes

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

#41249c Text Font Color

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

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


#41249c Background Color

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

This div background color is #41249c


#41249c Border Color

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

This div border color is #41249c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,36,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41249c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41249c;
  -webkit-box-shadow: 1px 1px 3px 2px #41249c;
  box-shadow:         1px 1px 3px 2px #41249c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41249c


Comments

No comments written yet.

Please login to write comment.