Color Hex Logo

#41159a Color Hex

#41159A
(65,21,154)
0 Favorites   0 Comments

Color spaces of #41159a

RGB 6521154
HSL0.720.760.34
HSV260°86°60°
CMYK 0.580.860.00   0.40
XYZ8.28093.993230.9062
Yxy3.99320.19180.0925
Hunter Lab19.983038.9997-77.7113
CIE-Lab23.648950.7572-63.0790

#41159a color RGB value is (65,21,154).

#41159a hex color red value is 65, green value is 21 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #41159a hue: 0.72 , saturation: 0.76 and the lightness value of 41159a is 0.34.

The process color (four color CMYK) of #41159a color hex is 0.58, 0.86, 0.00, 0.40. Web safe color of #41159a is #330099. Color #41159a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010101 10011010
Octal 101 25 232
Decimal 65 21 154
Hex 41 15 9A

RGB Percentages of Color #41159a

%27.08
%8.75
%64.17

CMYK Percentages of Color #41159a

%58
%86
%0
%40

Triadic Colors of #41159a

#41159a #9a4115 #159a41

Analogous Colors of #41159a

#41159a #84159a #152c9a

Monochromatic Colors of #41159a

#41159a

Complementary Color

#41159a #6e9a15

#41159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41159a Color CSS Codes

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

#41159a Text Font Color

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

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


#41159a Background Color

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

This div background color is #41159a


#41159a Border Color

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

This div border color is #41159a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,21,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41159a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41159a;
  -webkit-box-shadow: 1px 1px 3px 2px #41159a;
  box-shadow:         1px 1px 3px 2px #41159a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41159a


Comments

No comments written yet.

Please login to write comment.