Color Hex Logo

#411581 Color Hex

#411581
(65,21,129)
0 Favorites   0 Comments

Color spaces of #411581

RGB 6521129
HSL0.730.720.29
HSV264°84°51°
CMYK 0.500.840.00   0.49
XYZ6.41063.245121.0574
Yxy3.24510.20870.1057
Hunter Lab18.014231.9970-56.6963
CIE-Lab20.999944.0453-51.8657

#411581 color RGB value is (65,21,129).

#411581 hex color red value is 65, green value is 21 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #411581 hue: 0.73 , saturation: 0.72 and the lightness value of 411581 is 0.29.

The process color (four color CMYK) of #411581 color hex is 0.50, 0.84, 0.00, 0.49. Web safe color of #411581 is #330099. Color #411581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010101 10000001
Octal 101 25 201
Decimal 65 21 129
Hex 41 15 81

RGB Percentages of Color #411581

%30.23
%9.77
%60.00

CMYK Percentages of Color #411581

%50
%84
%0
%49

Triadic Colors of #411581

#411581 #814115 #158141

Analogous Colors of #411581

#411581 #771581 #151f81

Monochromatic Colors of #411581

#411581

Complementary Color

#411581 #558115

#411581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411581 Color CSS Codes

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

#411581 Text Font Color

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

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


#411581 Background Color

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

This div background color is #411581


#411581 Border Color

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

This div border color is #411581


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,21,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411581; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411581;
  -webkit-box-shadow: 1px 1px 3px 2px #411581;
  box-shadow:         1px 1px 3px 2px #411581; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411581


Comments

No comments written yet.

Please login to write comment.