Shades of Windsor #40217C
Tints of Windsor #40217C
RGB
CMYK
RGB Variations
Color information
#40217C (or 0x40217C) is known color: Windsor. HEX triplet: 40, 21 and 7C. RGB value is (64,33,124). Sum of RGB (Red+Green+Blue) = 64+33+124=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #40217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40217C is #BFDE83. Grayscale: #343434. Windows color (decimal): -12574340 or 8134976. OLE color: 8134976.
HSL color Cylindrical-coordinate representation of color #40217C: hue angle of 260.44º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40217C is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 33 | 124 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.51 |
| HSL | 260.44º | 0.58% | 0.31% | - |
| HSV(B) | 260.44º | 0.73% | 0.49% | - |
| XYZ | 6.3 | 3.63 | 19.44 | - |
| YUV | 52.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 124 | 0.48 | 0.73 | 0 | 0.51 | 260.44 | 0.58 | 0.31 |
| Hex | 40 | 21 | 7C | 30 | 49 | 0 | 33 | 104 | 3A | 1F |
| Octal | 100 | 41 | 174 | 60 | 111 | 0 | 63 | 404 | 72 | 37 |
| Binary | 1000000 | 100001 | 1111100 | 110000 | 1001001 | 0 | 110011 | 100000100 | 111010 | 11111 |
Color Harmonies of #40217C
Complementary color
Monochromatic Colors of #40217C
Black with #40217C
Text Example
Text Example
White with #40217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40217C; }
p { color: rgb(64,33,124); }
H1.HeaderClassName
{
color: #40217C;
}
.AnyTagClassName
{
color: #40217C;
}
</style>
background-color css
<style>
a { background-color: #40217C; }
a { background-color: rgb(64,33,124); }
div.DivClassName
{
background-color: #40217C;
}
.BgClassName
{
background-color: #40217C;
}
</style>
border-color css
<style>
span { border-color: #40217C; }
span { border-color: rgb(64,33,124); }
td.TdClassName
{
border-color: #40217C;
}
.TagClassName
{
border-color: #40217C;
}
</style>