Shades of Windsor #402091
Tints of Windsor #402091
RGB
CMYK
RGB Variations
Color information
#402091 (or 0x402091) is known color: Windsor. HEX triplet: 40, 20 and 91. RGB value is (64,32,145). Sum of RGB (Red+Green+Blue) = 64+32+145=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #402091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402091 is #BFDF6E. Grayscale: #363636. Windows color (decimal): -12574575 or 9510976. OLE color: 9510976.
HSL color Cylindrical-coordinate representation of color #402091: hue angle of 256.99º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402091 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 32 | 145 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.43 |
| HSL | 256.99º | 0.64% | 0.35% | - |
| HSV(B) | 256.99º | 0.78% | 0.57% | - |
| XYZ | 7.74 | 4.17 | 27.18 | - |
| YUV | 54.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 145 | 0.56 | 0.78 | 0 | 0.43 | 256.99 | 0.64 | 0.35 |
| Hex | 40 | 20 | 91 | 38 | 4E | 0 | 2B | 101 | 40 | 23 |
| Octal | 100 | 40 | 221 | 70 | 116 | 0 | 53 | 401 | 100 | 43 |
| Binary | 1000000 | 100000 | 10010001 | 111000 | 1001110 | 0 | 101011 | 100000001 | 1000000 | 100011 |
Color Harmonies of #402091
Complementary color
Monochromatic Colors of #402091
Black with #402091
Text Example
Text Example
White with #402091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402091; }
p { color: rgb(64,32,145); }
H1.HeaderClassName
{
color: #402091;
}
.AnyTagClassName
{
color: #402091;
}
</style>
background-color css
<style>
a { background-color: #402091; }
a { background-color: rgb(64,32,145); }
div.DivClassName
{
background-color: #402091;
}
.BgClassName
{
background-color: #402091;
}
</style>
border-color css
<style>
span { border-color: #402091; }
span { border-color: rgb(64,32,145); }
td.TdClassName
{
border-color: #402091;
}
.TagClassName
{
border-color: #402091;
}
</style>