Shades of Windsor #40286C
Tints of Windsor #40286C
RGB
CMYK
RGB Variations
Color information
#40286C (or 0x40286C) is known color: Windsor. HEX triplet: 40, 28 and 6C. RGB value is (64,40,108). Sum of RGB (Red+Green+Blue) = 64+40+108=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #40286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40286C is #BFD793. Grayscale: #363636. Windows color (decimal): -12572564 or 7088192. OLE color: 7088192.
HSL color Cylindrical-coordinate representation of color #40286C: hue angle of 261.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40286C is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 40 | 108 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.58 |
| HSL | 261.18º | 0.46% | 0.29% | - |
| HSV(B) | 261.18º | 0.63% | 0.42% | - |
| XYZ | 5.58 | 3.69 | 14.61 | - |
| YUV | 54.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 108 | 0.41 | 0.63 | 0 | 0.58 | 261.18 | 0.46 | 0.29 |
| Hex | 40 | 28 | 6C | 29 | 3F | 0 | 3A | 105 | 2E | 1D |
| Octal | 100 | 50 | 154 | 51 | 77 | 0 | 72 | 405 | 56 | 35 |
| Binary | 1000000 | 101000 | 1101100 | 101001 | 111111 | 0 | 111010 | 100000101 | 101110 | 11101 |
Color Harmonies of #40286C
Complementary color
Monochromatic Colors of #40286C
Black with #40286C
Text Example
Text Example
White with #40286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40286C; }
p { color: rgb(64,40,108); }
H1.HeaderClassName
{
color: #40286C;
}
.AnyTagClassName
{
color: #40286C;
}
</style>
background-color css
<style>
a { background-color: #40286C; }
a { background-color: rgb(64,40,108); }
div.DivClassName
{
background-color: #40286C;
}
.BgClassName
{
background-color: #40286C;
}
</style>
border-color css
<style>
span { border-color: #40286C; }
span { border-color: rgb(64,40,108); }
td.TdClassName
{
border-color: #40286C;
}
.TagClassName
{
border-color: #40286C;
}
</style>