Color Hex Logo

#41186b Color Hex

#41186B
(65,24,107)
0 Favorites   0 Comments

Color spaces of #41186b

RGB 6524107
HSL0.750.630.26
HSV270°78°42°
CMYK 0.390.780.00   0.58
XYZ5.16042.838614.1858
Yxy2.83860.23260.1280
Hunter Lab16.848125.1883-38.1273
CIE-Lab19.385636.8056-40.3803

#41186b color RGB value is (65,24,107).

#41186b hex color red value is 65, green value is 24 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #41186b hue: 0.75 , saturation: 0.63 and the lightness value of 41186b is 0.26.

The process color (four color CMYK) of #41186b color hex is 0.39, 0.78, 0.00, 0.58. Web safe color of #41186b is #330066. Color #41186b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 01101011
Octal 101 30 153
Decimal 65 24 107
Hex 41 18 6B

RGB Percentages of Color #41186b

%33.16
%12.24
%54.59

CMYK Percentages of Color #41186b

%39
%78
%0
%58

Triadic Colors of #41186b

#41186b #6b4118 #186b41

Analogous Colors of #41186b

#41186b #6b186b #18196b

Monochromatic Colors of #41186b

#41186b

Complementary Color

#41186b #426b18

#41186b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41186b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41186b Color CSS Codes

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

#41186b Text Font Color

<p style="color:#41186b">Text here</p>

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


#41186b Background Color

<div style="background-color:#41186b">
Div content here</div>

This div background color is #41186b


#41186b Border Color

<div style="border:3px solid #41186b">
Div here</div>

This div border color is #41186b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,24,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41186b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41186b;
  -webkit-box-shadow: 1px 1px 3px 2px #41186b;
  box-shadow:         1px 1px 3px 2px #41186b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41186b


Comments

No comments written yet.

Please login to write comment.