#402479

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

Shades of Windsor #402479

Tints of Windsor #402479

Color information

#402479 (or 0x402479) is unknown color: approx Windsor. HEX triplet: 40, 24 and 79. RGB value is (64,36,121). Sum of RGB (Red+Green+Blue) = 64+36+121=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #402479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402479 is #BFDB86. Grayscale: #353535. Windows color (decimal): -12573575 or 7939136. OLE color: 7939136.

HSL color Cylindrical-coordinate representation of color #402479: hue angle of 259.76º 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 #402479 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6436121-
CMYK0.470.7000.53
HSL259.76º54.14%30.78%-
HSV(B)259.76º70.25%47.45%-
XYZ6.23.7318.48-
YUV54.06165.78135.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=28.96%
G=16.29%
B=54.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64361210.470.7000.53259.7654.1430.78
Hex4024792F46035104361f
Octal10044171571060654046637
Binary100000010010011110011011111000110011010110000010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402479; }

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

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

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

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

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

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

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

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