Color Hex Logo

#411481 Color Hex

#411481
(65,20,129)
0 Favorites   0 Comments

Color spaces of #411481

RGB 6520129
HSL0.740.730.29
HSV265°84°51°
CMYK 0.500.840.00   0.49
XYZ6.39263.209121.0514
Yxy3.20910.20850.1047
Hunter Lab17.914032.3483-57.1342
CIE-Lab20.862644.4465-52.0915

#411481 color RGB value is (65,20,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 10000001
Octal 101 24 201
Decimal 65 20 129
Hex 41 14 81

RGB Percentages of Color #411481

%30.37
%9.35
%60.28

CMYK Percentages of Color #411481

%50
%84
%0
%49

Triadic Colors of #411481

#411481 #814114 #148141

Analogous Colors of #411481

#411481 #781481 #141e81

Monochromatic Colors of #411481

#411481

Complementary Color

#411481 #548114

#411481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411481 Color CSS Codes

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

#411481 Text Font Color

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

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


#411481 Background Color

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

This div background color is #411481


#411481 Border Color

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

This div border color is #411481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,20,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 #411481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411481


Comments

No comments written yet.

Please login to write comment.