#402478

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

Shades of Windsor #402478

Tints of Windsor #402478

Color information

#402478 (or 0x402478) is unknown color: approx Windsor. HEX triplet: 40, 24 and 78. RGB value is (64,36,120). Sum of RGB (Red+Green+Blue) = 64+36+120=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #402478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402478 is #BFDB87. Grayscale: #353535. Windows color (decimal): -12573576 or 7873600. OLE color: 7873600.

HSL color Cylindrical-coordinate representation of color #402478: hue angle of 260º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402478 is Cyan = 0.47, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6436120-
CMYK0.470.700.53
HSL260º53.85%30.59%-
HSV(B)260º70%47.06%-
XYZ6.143.7118.16-
YUV53.95165.28135.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=29.09%
G=16.36%
B=54.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64361200.470.700.5326053.8530.59
Hex4024782F46035104361f
Octal10044170571060654046637
Binary100000010010011110001011111000110011010110000010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402478; }

 p { color: rgb(64,36,120); }

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

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

 a { background-color: rgb(64,36,120); }

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

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

 span { border-color: rgb(64,36,120); }

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