#402F80

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

Shades of Windsor #402F80

Tints of Windsor #402F80

Color information

#402F80 (or 0x402F80) is unknown color: approx Windsor. HEX triplet: 40, 2F and 80. RGB value is (64,47,128). Sum of RGB (Red+Green+Blue) = 64+47+128=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #402F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F80 is #BFD07F. Grayscale: #3D3D3D. Windows color (decimal): -12570752 or 8400704. OLE color: 8400704.

HSL color Cylindrical-coordinate representation of color #402F80: hue angle of 252.59º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402F80 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6447128-
CMYK0.50.6300.50
HSL252.59º46.29%34.31%-
HSV(B)252.59º63.28%50.2%-
XYZ7.034.6820.96-
YUV61.32165.63129.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=26.78%
G=19.67%
B=53.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64471280.50.6300.50252.5946.2934.31
Hex402F80323F032fd2e22
Octal1005720062770623755642
Binary100000010111110000000110010111111011001011111101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F80; }

 p { color: rgb(64,47,128); }

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

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

 a { background-color: rgb(64,47,128); }

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

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

 span { border-color: rgb(64,47,128); }

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