Shades of Windsor #402072
Tints of Windsor #402072
RGB
CMYK
RGB Variations
Color information
#402072 (or 0x402072) is known color: Windsor. HEX triplet: 40, 20 and 72. RGB value is (64,32,114). Sum of RGB (Red+Green+Blue) = 64+32+114=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #402072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402072 is #BFDF8D. Grayscale: #323232. Windows color (decimal): -12574606 or 7479360. OLE color: 7479360.
HSL color Cylindrical-coordinate representation of color #402072: hue angle of 263.41º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402072 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 32 | 114 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.55 |
| HSL | 263.41º | 0.56% | 0.29% | - |
| HSV(B) | 263.41º | 0.72% | 0.45% | - |
| XYZ | 5.67 | 3.34 | 16.27 | - |
| YUV | 50.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 114 | 0.44 | 0.72 | 0 | 0.55 | 263.41 | 0.56 | 0.29 |
| Hex | 40 | 20 | 72 | 2C | 48 | 0 | 37 | 107 | 38 | 1D |
| Octal | 100 | 40 | 162 | 54 | 110 | 0 | 67 | 407 | 70 | 35 |
| Binary | 1000000 | 100000 | 1110010 | 101100 | 1001000 | 0 | 110111 | 100000111 | 111000 | 11101 |
Color Harmonies of #402072
Complementary color
Monochromatic Colors of #402072
Black with #402072
Text Example
Text Example
White with #402072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402072; }
p { color: rgb(64,32,114); }
H1.HeaderClassName
{
color: #402072;
}
.AnyTagClassName
{
color: #402072;
}
</style>
background-color css
<style>
a { background-color: #402072; }
a { background-color: rgb(64,32,114); }
div.DivClassName
{
background-color: #402072;
}
.BgClassName
{
background-color: #402072;
}
</style>
border-color css
<style>
span { border-color: #402072; }
span { border-color: rgb(64,32,114); }
td.TdClassName
{
border-color: #402072;
}
.TagClassName
{
border-color: #402072;
}
</style>