Color Hex Logo

#411f9e Color Hex

#411F9E
(65,31,158)
0 Favorites   0 Comments

Color spaces of #411f9e

RGB 6531158
HSL0.710.670.37
HSV256°80°62°
CMYK 0.590.800.00   0.38
XYZ8.84154.572432.7643
Yxy4.57240.19150.0990
Hunter Lab21.383236.3855-75.8787
CIE-Lab25.480147.7576-62.5049

#411f9e color RGB value is (65,31,158).

#411f9e hex color red value is 65, green value is 31 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #411f9e hue: 0.71 , saturation: 0.67 and the lightness value of 411f9e is 0.37.

The process color (four color CMYK) of #411f9e color hex is 0.59, 0.80, 0.00, 0.38. Web safe color of #411f9e is #333399. Color #411f9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011111 10011110
Octal 101 37 236
Decimal 65 31 158
Hex 41 1F 9E

RGB Percentages of Color #411f9e

%25.59
%12.20
%62.20

CMYK Percentages of Color #411f9e

%59
%80
%0
%38

Triadic Colors of #411f9e

#411f9e #9e411f #1f9e41

Analogous Colors of #411f9e

#411f9e #811f9e #1f3d9e

Monochromatic Colors of #411f9e

#411f9e

Complementary Color

#411f9e #7c9e1f

#411f9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411f9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#411f9e Color CSS Codes

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

#411f9e Text Font Color

<p style="color:#411f9e">Text here</p>

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


#411f9e Background Color

<div style="background-color:#411f9e">
Div content here</div>

This div background color is #411f9e


#411f9e Border Color

<div style="border:3px solid #411f9e">
Div here</div>

This div border color is #411f9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,31,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411f9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411f9e;
  -webkit-box-shadow: 1px 1px 3px 2px #411f9e;
  box-shadow:         1px 1px 3px 2px #411f9e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411f9e


Comments

No comments written yet.

Please login to write comment.