#411E78

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

Shades of Windsor #411E78

Tints of Windsor #411E78

Color information

#411E78 (or 0x411E78) is unknown color: approx Windsor. HEX triplet: 41, 1E and 78. RGB value is (65,30,120). Sum of RGB (Red+Green+Blue) = 65+30+120=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #411E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E78 is #BEE187. Grayscale: #323232. Windows color (decimal): -12509576 or 7872065. OLE color: 7872065.

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

Color convert

RGB6530120-
CMYK0.460.7500.53
HSL263.33º60%29.41%-
HSV(B)263.33º75%47.06%-
XYZ6.033.4118.11-
YUV50.72167.1138.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=30.23%
G=13.95%
B=55.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65301200.460.7500.53263.336029.41
Hex411E782E4B0351073c1d
Octal10136170561130654077435
Binary10000011111011110001011101001011011010110000011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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