Shades of Windsor #402288
Tints of Windsor #402288
RGB
CMYK
RGB Variations
Color information
#402288 (or 0x402288) is known color: Windsor. HEX triplet: 40, 22 and 88. RGB value is (64,34,136). Sum of RGB (Red+Green+Blue) = 64+34+136=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #402288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402288 is #BFDD77. Grayscale: #363636. Windows color (decimal): -12574072 or 8921664. OLE color: 8921664.
HSL color Cylindrical-coordinate representation of color #402288: hue angle of 257.65º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402288 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 34 | 136 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.47 |
| HSL | 257.65º | 0.6% | 0.33% | - |
| HSV(B) | 257.65º | 0.75% | 0.53% | - |
| XYZ | 7.13 | 4.01 | 23.69 | - |
| YUV | 54.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 136 | 0.53 | 0.75 | 0 | 0.47 | 257.65 | 0.6 | 0.33 |
| Hex | 40 | 22 | 88 | 35 | 4B | 0 | 2F | 102 | 3C | 21 |
| Octal | 100 | 42 | 210 | 65 | 113 | 0 | 57 | 402 | 74 | 41 |
| Binary | 1000000 | 100010 | 10001000 | 110101 | 1001011 | 0 | 101111 | 100000010 | 111100 | 100001 |
Color Harmonies of #402288
Complementary color
Monochromatic Colors of #402288
Black with #402288
Text Example
Text Example
White with #402288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402288; }
p { color: rgb(64,34,136); }
H1.HeaderClassName
{
color: #402288;
}
.AnyTagClassName
{
color: #402288;
}
</style>
background-color css
<style>
a { background-color: #402288; }
a { background-color: rgb(64,34,136); }
div.DivClassName
{
background-color: #402288;
}
.BgClassName
{
background-color: #402288;
}
</style>
border-color css
<style>
span { border-color: #402288; }
span { border-color: rgb(64,34,136); }
td.TdClassName
{
border-color: #402288;
}
.TagClassName
{
border-color: #402288;
}
</style>