Color Hex Logo

#411a9f Color Hex

#411A9F
(65,26,159)
0 Favorites   0 Comments

Color spaces of #411a9f

RGB 6526159
HSL0.720.720.36
HSV258°84°62°
CMYK 0.590.840.00   0.38
XYZ8.80744.365833.1794
Yxy4.36580.19000.0942
Hunter Lab20.894538.6755-79.5234
CIE-Lab24.845750.2004-64.1623

#411a9f color RGB value is (65,26,159).

#411a9f hex color red value is 65, green value is 26 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #411a9f hue: 0.72 , saturation: 0.72 and the lightness value of 411a9f is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011010 10011111
Octal 101 32 237
Decimal 65 26 159
Hex 41 1A 9F

RGB Percentages of Color #411a9f

%26.00
%10.40
%63.60

CMYK Percentages of Color #411a9f

%59
%84
%0
%38

Triadic Colors of #411a9f

#411a9f #9f411a #1a9f41

Analogous Colors of #411a9f

#411a9f #841a9f #1a359f

Monochromatic Colors of #411a9f

#411a9f

Complementary Color

#411a9f #789f1a

#411a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#411a9f Color CSS Codes

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

#411a9f Text Font Color

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

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


#411a9f Background Color

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

This div background color is #411a9f


#411a9f Border Color

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

This div border color is #411a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411a9f


Comments

No comments written yet.

Please login to write comment.