#402090

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

Shades of Windsor #402090

Tints of Windsor #402090

Color information

#402090 (or 0x402090) is unknown color: approx Windsor. HEX triplet: 40, 20 and 90. RGB value is (64,32,144). Sum of RGB (Red+Green+Blue) = 64+32+144=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #402090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402090 is #BFDF6F. Grayscale: #353535. Windows color (decimal): -12574576 or 9445440. OLE color: 9445440.

HSL color Cylindrical-coordinate representation of color #402090: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402090 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6432144-
CMYK0.560.7800.44
HSL257.14º63.64%34.51%-
HSV(B)257.14º77.78%56.47%-
XYZ7.664.1426.78-
YUV54.34178.6134.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 144 (56.64% from 255) = 60%
R=26.67%
G=13.33%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64321440.560.7800.44257.1463.6434.51
Hex402090384E02C1014023
Octal100402207011605440110043
Binary100000010000010010000111000100111001011001000000011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402090; }

 p { color: rgb(64,32,144); }

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

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

 a { background-color: rgb(64,32,144); }

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

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

 span { border-color: rgb(64,32,144); }

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