Color Hex Logo

#411faf Color Hex

#411FAF
(65,31,175)
0 Favorites   0 Comments

Color spaces of #411faf

RGB 6531175
HSL0.710.700.40
HSV254°82°69°
CMYK 0.630.820.00   0.31
XYZ10.40785.198941.0124
Yxy5.19890.18380.0918
Hunter Lab22.801141.5763-90.6843
CIE-Lab27.294152.5962-69.7931

#411faf color RGB value is (65,31,175).

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

The process color (four color CMYK) of #411faf color hex is 0.63, 0.82, 0.00, 0.31. Web safe color of #411faf is #333399. Color #411faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011111 10101111
Octal 101 37 257
Decimal 65 31 175
Hex 41 1F AF

RGB Percentages of Color #411faf

%23.99
%11.44
%64.58

CMYK Percentages of Color #411faf

%63
%82
%0
%31

Triadic Colors of #411faf

#411faf #af411f #1faf41

Analogous Colors of #411faf

#411faf #891faf #1f45af

Monochromatic Colors of #411faf

#411faf

Complementary Color

#411faf #8daf1f

#411faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#411faf Color CSS Codes

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

#411faf Text Font Color

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

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


#411faf Background Color

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

This div background color is #411faf


#411faf Border Color

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

This div border color is #411faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411faf


Comments

No comments written yet.

Please login to write comment.