Color Hex Logo

#41137f Color Hex

#41137F
(65,19,127)
0 Favorites   0 Comments

Color spaces of #41137f

RGB 6519127
HSL0.740.740.29
HSV266°85°50°
CMYK 0.490.850.00   0.50
XYZ6.24363.121920.3522
Yxy3.12190.21010.1051
Hunter Lab17.668932.1554-55.9259
CIE-Lab20.525644.3067-51.3777

#41137f color RGB value is (65,19,127).

#41137f hex color red value is 65, green value is 19 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #41137f hue: 0.74 , saturation: 0.74 and the lightness value of 41137f is 0.29.

The process color (four color CMYK) of #41137f color hex is 0.49, 0.85, 0.00, 0.50. Web safe color of #41137f is #330066. Color #41137f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 01111111
Octal 101 23 177
Decimal 65 19 127
Hex 41 13 7F

RGB Percentages of Color #41137f

%30.81
%9.00
%60.19

CMYK Percentages of Color #41137f

%49
%85
%0
%50

Triadic Colors of #41137f

#41137f #7f4113 #137f41

Analogous Colors of #41137f

#41137f #77137f #131b7f

Monochromatic Colors of #41137f

#41137f

Complementary Color

#41137f #517f13

#41137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41137f Color CSS Codes

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

#41137f Text Font Color

<p style="color:#41137f">Text here</p>

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


#41137f Background Color

<div style="background-color:#41137f">
Div content here</div>

This div background color is #41137f


#41137f Border Color

<div style="border:3px solid #41137f">
Div here</div>

This div border color is #41137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41137f


Comments

No comments written yet.

Please login to write comment.