#411D78

Color #411D78 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #411D78

Tints of Windsor #411D78

Color information

#411D78 (or 0x411D78) is unknown color: approx Windsor. HEX triplet: 41, 1D and 78. RGB value is (65,29,120). Sum of RGB (Red+Green+Blue) = 65+29+120=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #411D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D78 is #BEE287. Grayscale: #313131. Windows color (decimal): -12509832 or 7871809. OLE color: 7871809.

HSL color Cylindrical-coordinate representation of color #411D78: hue angle of 263.74º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411D78 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6529120-
CMYK0.460.7600.53
HSL263.74º61.07%29.22%-
HSV(B)263.74º75.83%47.06%-
XYZ6.013.3618.1-
YUV50.14167.43138.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=30.37%
G=13.55%
B=56.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65291200.460.7600.53263.7461.0729.22
Hex411D782E4C0351083d1d
Octal10135170561140654107535
Binary10000011110111110001011101001100011010110000100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D78; }

 p { color: rgb(65,29,120); }

 H1.HeaderClassName
 {
   color: #411D78;
 }
 .AnyTagClassName
 {
   color: #411D78;
 }
</style>
background-color css

<style>
 a { background-color: #411D78; }

 a { background-color: rgb(65,29,120); }

 div.DivClassName
 {
   background-color: #411D78;
 }
 .BgClassName
 {
   background-color: #411D78;
 }
</style>
border-color css

<style>
 span { border-color: #411D78; }

 span { border-color: rgb(65,29,120); }

 td.TdClassName
 {
   border-color: #411D78;
 }
 .TagClassName
 {
   border-color: #411D78;
 }
</style>