Shades of Windsor #40218E
Tints of Windsor #40218E
RGB
CMYK
RGB Variations
Color information
#40218E (or 0x40218E) is known color: Windsor. HEX triplet: 40, 21 and 8E. RGB value is (64,33,142). Sum of RGB (Red+Green+Blue) = 64+33+142=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #40218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40218E is #BFDE71. Grayscale: #363636. Windows color (decimal): -12574322 or 9314624. OLE color: 9314624.
HSL color Cylindrical-coordinate representation of color #40218E: hue angle of 257.06º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40218E is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 33 | 142 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.44 |
| HSL | 257.06º | 0.62% | 0.34% | - |
| HSV(B) | 257.06º | 0.77% | 0.56% | - |
| XYZ | 7.54 | 4.13 | 25.99 | - |
| YUV | 54.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 142 | 0.55 | 0.77 | 0 | 0.44 | 257.06 | 0.62 | 0.34 |
| Hex | 40 | 21 | 8E | 37 | 4D | 0 | 2C | 101 | 3E | 22 |
| Octal | 100 | 41 | 216 | 67 | 115 | 0 | 54 | 401 | 76 | 42 |
| Binary | 1000000 | 100001 | 10001110 | 110111 | 1001101 | 0 | 101100 | 100000001 | 111110 | 100010 |
Color Harmonies of #40218E
Complementary color
Monochromatic Colors of #40218E
Black with #40218E
Text Example
Text Example
White with #40218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40218E; }
p { color: rgb(64,33,142); }
H1.HeaderClassName
{
color: #40218E;
}
.AnyTagClassName
{
color: #40218E;
}
</style>
background-color css
<style>
a { background-color: #40218E; }
a { background-color: rgb(64,33,142); }
div.DivClassName
{
background-color: #40218E;
}
.BgClassName
{
background-color: #40218E;
}
</style>
border-color css
<style>
span { border-color: #40218E; }
span { border-color: rgb(64,33,142); }
td.TdClassName
{
border-color: #40218E;
}
.TagClassName
{
border-color: #40218E;
}
</style>