Shades of Windsor #402570
Tints of Windsor #402570
RGB
CMYK
RGB Variations
Color information
#402570 (or 0x402570) is known color: Windsor. HEX triplet: 40, 25 and 70. RGB value is (64,37,112). Sum of RGB (Red+Green+Blue) = 64+37+112=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #402570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402570 is #BFDA8F. Grayscale: #353535. Windows color (decimal): -12573328 or 7349568. OLE color: 7349568.
HSL color Cylindrical-coordinate representation of color #402570: hue angle of 261.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402570 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 37 | 112 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.56 |
| HSL | 261.6º | 0.5% | 0.29% | - |
| HSV(B) | 261.6º | 0.67% | 0.44% | - |
| XYZ | 5.7 | 3.58 | 15.72 | - |
| YUV | 53.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 112 | 0.43 | 0.67 | 0 | 0.56 | 261.6 | 0.5 | 0.29 |
| Hex | 40 | 25 | 70 | 2B | 43 | 0 | 38 | 106 | 32 | 1D |
| Octal | 100 | 45 | 160 | 53 | 103 | 0 | 70 | 406 | 62 | 35 |
| Binary | 1000000 | 100101 | 1110000 | 101011 | 1000011 | 0 | 111000 | 100000110 | 110010 | 11101 |
Color Harmonies of #402570
Complementary color
Monochromatic Colors of #402570
Black with #402570
Text Example
Text Example
White with #402570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402570; }
p { color: rgb(64,37,112); }
H1.HeaderClassName
{
color: #402570;
}
.AnyTagClassName
{
color: #402570;
}
</style>
background-color css
<style>
a { background-color: #402570; }
a { background-color: rgb(64,37,112); }
div.DivClassName
{
background-color: #402570;
}
.BgClassName
{
background-color: #402570;
}
</style>
border-color css
<style>
span { border-color: #402570; }
span { border-color: rgb(64,37,112); }
td.TdClassName
{
border-color: #402570;
}
.TagClassName
{
border-color: #402570;
}
</style>