Color Hex Logo

#411080 Color Hex

#411080
(65,16,128)
0 Favorites   0 Comments

Color spaces of #411080

RGB 6516128
HSL0.740.780.28
HSV266°88°50°
CMYK 0.490.880.00   0.50
XYZ6.26153.052920.6813
Yxy3.05290.20870.1018
Hunter Lab17.472533.3907-57.9475
CIE-Lab20.254545.6679-52.4582

#411080 color RGB value is (65,16,128).

#411080 hex color red value is 65, green value is 16 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #411080 hue: 0.74 , saturation: 0.78 and the lightness value of 411080 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010000 10000000
Octal 101 20 200
Decimal 65 16 128
Hex 41 10 80

RGB Percentages of Color #411080

%31.10
%7.66
%61.24

CMYK Percentages of Color #411080

%49
%88
%0
%50

Triadic Colors of #411080

#411080 #804110 #108041

Analogous Colors of #411080

#411080 #791080 #101780

Monochromatic Colors of #411080

#411080

Complementary Color

#411080 #4f8010

#411080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411080 Color CSS Codes

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

#411080 Text Font Color

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

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


#411080 Background Color

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

This div background color is #411080


#411080 Border Color

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

This div border color is #411080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411080


Comments

No comments written yet.

Please login to write comment.