#40208F

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

Shades of Windsor #40208F

Tints of Windsor #40208F

Color information

#40208F (or 0x40208F) is unknown color: approx Windsor. HEX triplet: 40, 20 and 8F. RGB value is (64,32,143). Sum of RGB (Red+Green+Blue) = 64+32+143=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #40208F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40208F is #BFDF70. Grayscale: #353535. Windows color (decimal): -12574577 or 9379904. OLE color: 9379904.

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

Color convert

RGB6432143-
CMYK0.550.7800.44
HSL257.3º63.43%34.31%-
HSV(B)257.3º77.62%56.08%-
XYZ7.594.1126.38-
YUV54.22178.1134.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 143 (56.25% from 255) = 59.83%
R=26.78%
G=13.39%
B=59.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64321430.550.7800.44257.363.4334.31
Hex40208F374E02C1013f22
Octal10040217671160544017742
Binary10000001000001000111111011110011100101100100000001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40208F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40208F; }

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

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

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

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

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

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

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

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