Shades of Windsor #402A86
Tints of Windsor #402A86
RGB
CMYK
RGB Variations
Color information
#402A86 (or 0x402A86) is known color: Windsor. HEX triplet: 40, 2A and 86. RGB value is (64,42,134). Sum of RGB (Red+Green+Blue) = 64+42+134=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #402A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402A86 is #BFD579. Grayscale: #3A3A3A. Windows color (decimal): -12572026 or 8792640. OLE color: 8792640.
HSL color Cylindrical-coordinate representation of color #402A86: hue angle of 254.35º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402A86 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 42 | 134 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.47 |
| HSL | 254.35º | 0.52% | 0.35% | - |
| HSV(B) | 254.35º | 0.69% | 0.53% | - |
| XYZ | 7.25 | 4.47 | 23.03 | - |
| YUV | 59.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 134 | 0.52 | 0.69 | 0 | 0.47 | 254.35 | 0.52 | 0.35 |
| Hex | 40 | 2A | 86 | 34 | 45 | 0 | 2F | FE | 34 | 23 |
| Octal | 100 | 52 | 206 | 64 | 105 | 0 | 57 | 376 | 64 | 43 |
| Binary | 1000000 | 101010 | 10000110 | 110100 | 1000101 | 0 | 101111 | 11111110 | 110100 | 100011 |
Color Harmonies of #402A86
Complementary color
Monochromatic Colors of #402A86
Black with #402A86
Text Example
Text Example
White with #402A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A86; }
p { color: rgb(64,42,134); }
H1.HeaderClassName
{
color: #402A86;
}
.AnyTagClassName
{
color: #402A86;
}
</style>
background-color css
<style>
a { background-color: #402A86; }
a { background-color: rgb(64,42,134); }
div.DivClassName
{
background-color: #402A86;
}
.BgClassName
{
background-color: #402A86;
}
</style>
border-color css
<style>
span { border-color: #402A86; }
span { border-color: rgb(64,42,134); }
td.TdClassName
{
border-color: #402A86;
}
.TagClassName
{
border-color: #402A86;
}
</style>