#402487

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

Shades of Windsor #402487

Tints of Windsor #402487

Color information

#402487 (or 0x402487) is unknown color: approx Windsor. HEX triplet: 40, 24 and 87. RGB value is (64,36,135). Sum of RGB (Red+Green+Blue) = 64+36+135=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #402487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402487 is #BFDB78. Grayscale: #373737. Windows color (decimal): -12573561 or 8856640. OLE color: 8856640.

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

Color convert

RGB6436135-
CMYK0.530.7300.47
HSL256.97º57.89%33.53%-
HSV(B)256.97º73.33%52.94%-
XYZ7.124.123.34-
YUV55.66172.78133.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=27.23%
G=15.32%
B=57.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64361350.530.7300.47256.9757.8933.53
Hex402487354902F1013a22
Octal10044207651110574017242
Binary10000001001001000011111010110010010101111100000001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402487; }

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

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

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

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

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

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

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

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