Color Hex Logo

#41129a Color Hex

#41129A
(65,18,154)
0 Favorites   0 Comments

Color spaces of #41129a

RGB 6518154
HSL0.720.790.34
HSV261°88°60°
CMYK 0.580.880.00   0.40
XYZ8.22903.889530.8889
Yxy3.88950.19130.0904
Hunter Lab19.721839.9666-79.0565
CIE-Lab23.302751.7855-63.6514

#41129a color RGB value is (65,18,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010010 10011010
Octal 101 22 232
Decimal 65 18 154
Hex 41 12 9A

RGB Percentages of Color #41129a

%27.43
%7.59
%64.98

CMYK Percentages of Color #41129a

%58
%88
%0
%40

Triadic Colors of #41129a

#41129a #9a4112 #129a41

Analogous Colors of #41129a

#41129a #85129a #12279a

Monochromatic Colors of #41129a

#41129a

Complementary Color

#41129a #6b9a12

#41129a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41129a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41129a Color CSS Codes

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

#41129a Text Font Color

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

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


#41129a Background Color

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

This div background color is #41129a


#41129a Border Color

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

This div border color is #41129a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,18,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 #41129a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41129a


Comments

No comments written yet.

Please login to write comment.