#402070

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

Shades of Windsor #402070

Tints of Windsor #402070

Color information

#402070 (or 0x402070) is unknown color: approx Windsor. HEX triplet: 40, 20 and 70. RGB value is (64,32,112). Sum of RGB (Red+Green+Blue) = 64+32+112=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #402070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402070 is #BFDF8F. Grayscale: #323232. Windows color (decimal): -12574608 or 7348288. OLE color: 7348288.

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

Color convert

RGB6432112-
CMYK0.430.7100.56
HSL264º55.56%28.24%-
HSV(B)264º71.43%43.92%-
XYZ5.563.2915.67-
YUV50.69162.6137.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=30.77%
G=15.38%
B=53.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64321120.430.7100.5626455.5628.24
Hex4020702B47038108381c
Octal10040160531070704107034
Binary100000010000011100001010111000111011100010000100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402070; }

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

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

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

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

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

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

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

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