Shades of Windsor #40218F
Tints of Windsor #40218F
RGB
CMYK
RGB Variations
Color information
#40218F (or 0x40218F) is known color: Windsor. HEX triplet: 40, 21 and 8F. RGB value is (64,33,143). Sum of RGB (Red+Green+Blue) = 64+33+143=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #40218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40218F is #BFDE70. Grayscale: #363636. Windows color (decimal): -12574321 or 9380160. OLE color: 9380160.
HSL color Cylindrical-coordinate representation of color #40218F: hue angle of 256.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40218F is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 33 | 143 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.44 |
| HSL | 256.91º | 0.63% | 0.35% | - |
| HSV(B) | 256.91º | 0.77% | 0.56% | - |
| XYZ | 7.62 | 4.16 | 26.39 | - |
| YUV | 54.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 143 | 0.55 | 0.77 | 0 | 0.44 | 256.91 | 0.63 | 0.35 |
| Hex | 40 | 21 | 8F | 37 | 4D | 0 | 2C | 101 | 3E | 23 |
| Octal | 100 | 41 | 217 | 67 | 115 | 0 | 54 | 401 | 76 | 43 |
| Binary | 1000000 | 100001 | 10001111 | 110111 | 1001101 | 0 | 101100 | 100000001 | 111110 | 100011 |
Color Harmonies of #40218F
Complementary color
Monochromatic Colors of #40218F
Black with #40218F
Text Example
Text Example
White with #40218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40218F; }
p { color: rgb(64,33,143); }
H1.HeaderClassName
{
color: #40218F;
}
.AnyTagClassName
{
color: #40218F;
}
</style>
background-color css
<style>
a { background-color: #40218F; }
a { background-color: rgb(64,33,143); }
div.DivClassName
{
background-color: #40218F;
}
.BgClassName
{
background-color: #40218F;
}
</style>
border-color css
<style>
span { border-color: #40218F; }
span { border-color: rgb(64,33,143); }
td.TdClassName
{
border-color: #40218F;
}
.TagClassName
{
border-color: #40218F;
}
</style>