Shades of Windsor #402879
Tints of Windsor #402879
RGB
CMYK
RGB Variations
Color information
#402879 (or 0x402879) is known color: Windsor. HEX triplet: 40, 28 and 79. RGB value is (64,40,121). Sum of RGB (Red+Green+Blue) = 64+40+121=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #402879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402879 is #BFD786. Grayscale: #383838. Windows color (decimal): -12572551 or 7940160. OLE color: 7940160.
HSL color Cylindrical-coordinate representation of color #402879: hue angle of 257.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402879 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 40 | 121 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.53 |
| HSL | 257.78º | 0.5% | 0.32% | - |
| HSV(B) | 257.78º | 0.67% | 0.47% | - |
| XYZ | 6.32 | 3.99 | 18.53 | - |
| YUV | 56.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 121 | 0.47 | 0.67 | 0 | 0.53 | 257.78 | 0.5 | 0.32 |
| Hex | 40 | 28 | 79 | 2F | 43 | 0 | 35 | 102 | 32 | 20 |
| Octal | 100 | 50 | 171 | 57 | 103 | 0 | 65 | 402 | 62 | 40 |
| Binary | 1000000 | 101000 | 1111001 | 101111 | 1000011 | 0 | 110101 | 100000010 | 110010 | 100000 |
Color Harmonies of #402879
Complementary color
Monochromatic Colors of #402879
Black with #402879
Text Example
Text Example
White with #402879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402879; }
p { color: rgb(64,40,121); }
H1.HeaderClassName
{
color: #402879;
}
.AnyTagClassName
{
color: #402879;
}
</style>
background-color css
<style>
a { background-color: #402879; }
a { background-color: rgb(64,40,121); }
div.DivClassName
{
background-color: #402879;
}
.BgClassName
{
background-color: #402879;
}
</style>
border-color css
<style>
span { border-color: #402879; }
span { border-color: rgb(64,40,121); }
td.TdClassName
{
border-color: #402879;
}
.TagClassName
{
border-color: #402879;
}
</style>