Color Hex Logo

#41136e Color Hex

#41136E
(65,19,110)
0 Favorites   0 Comments

Color spaces of #41136e

RGB 6519110
HSL0.750.710.25
HSV270°83°43°
CMYK 0.410.830.00   0.57
XYZ5.22732.715415.0005
Yxy2.71540.22780.1184
Hunter Lab16.478527.7864-42.4373
CIE-Lab18.866039.8595-43.1810

#41136e color RGB value is (65,19,110).

#41136e hex color red value is 65, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #41136e hue: 0.75 , saturation: 0.71 and the lightness value of 41136e is 0.25.

The process color (four color CMYK) of #41136e color hex is 0.41, 0.83, 0.00, 0.57. Web safe color of #41136e is #330066. Color #41136e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 01101110
Octal 101 23 156
Decimal 65 19 110
Hex 41 13 6E

RGB Percentages of Color #41136e

%33.51
%9.79
%56.70

CMYK Percentages of Color #41136e

%41
%83
%0
%57

Triadic Colors of #41136e

#41136e #6e4113 #136e41

Analogous Colors of #41136e

#41136e #6e136e #14136e

Monochromatic Colors of #41136e

#41136e

Complementary Color

#41136e #406e13

#41136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41136e Color CSS Codes

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

#41136e Text Font Color

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

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


#41136e Background Color

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

This div background color is #41136e


#41136e Border Color

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

This div border color is #41136e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,19,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41136e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41136e;
  -webkit-box-shadow: 1px 1px 3px 2px #41136e;
  box-shadow:         1px 1px 3px 2px #41136e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41136e


Comments

No comments written yet.

Please login to write comment.