Shades of Windsor #402372
Tints of Windsor #402372
RGB
CMYK
RGB Variations
Color information
#402372 (or 0x402372) is known color: Windsor. HEX triplet: 40, 23 and 72. RGB value is (64,35,114). Sum of RGB (Red+Green+Blue) = 64+35+114=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #402372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402372 is #BFDC8D. Grayscale: #343434. Windows color (decimal): -12573838 or 7480128. OLE color: 7480128.
HSL color Cylindrical-coordinate representation of color #402372: hue angle of 262.03º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402372 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 35 | 114 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.55 |
| HSL | 262.03º | 0.53% | 0.29% | - |
| HSV(B) | 262.03º | 0.69% | 0.45% | - |
| XYZ | 5.75 | 3.51 | 16.29 | - |
| YUV | 52.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 114 | 0.44 | 0.69 | 0 | 0.55 | 262.03 | 0.53 | 0.29 |
| Hex | 40 | 23 | 72 | 2C | 45 | 0 | 37 | 106 | 35 | 1D |
| Octal | 100 | 43 | 162 | 54 | 105 | 0 | 67 | 406 | 65 | 35 |
| Binary | 1000000 | 100011 | 1110010 | 101100 | 1000101 | 0 | 110111 | 100000110 | 110101 | 11101 |
Color Harmonies of #402372
Complementary color
Monochromatic Colors of #402372
Black with #402372
Text Example
Text Example
White with #402372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402372; }
p { color: rgb(64,35,114); }
H1.HeaderClassName
{
color: #402372;
}
.AnyTagClassName
{
color: #402372;
}
</style>
background-color css
<style>
a { background-color: #402372; }
a { background-color: rgb(64,35,114); }
div.DivClassName
{
background-color: #402372;
}
.BgClassName
{
background-color: #402372;
}
</style>
border-color css
<style>
span { border-color: #402372; }
span { border-color: rgb(64,35,114); }
td.TdClassName
{
border-color: #402372;
}
.TagClassName
{
border-color: #402372;
}
</style>