Shades of Windsor #40217B
Tints of Windsor #40217B
RGB
CMYK
RGB Variations
Color information
#40217B (or 0x40217B) is known color: Windsor. HEX triplet: 40, 21 and 7B. RGB value is (64,33,123). Sum of RGB (Red+Green+Blue) = 64+33+123=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #40217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40217B is #BFDE84. Grayscale: #343434. Windows color (decimal): -12574341 or 8069440. OLE color: 8069440.
HSL color Cylindrical-coordinate representation of color #40217B: hue angle of 260.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40217B is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 33 | 123 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.52 |
| HSL | 260.67º | 0.58% | 0.31% | - |
| HSV(B) | 260.67º | 0.73% | 0.48% | - |
| XYZ | 6.23 | 3.61 | 19.11 | - |
| YUV | 52.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 123 | 0.48 | 0.73 | 0 | 0.52 | 260.67 | 0.58 | 0.31 |
| Hex | 40 | 21 | 7B | 30 | 49 | 0 | 34 | 105 | 3A | 1F |
| Octal | 100 | 41 | 173 | 60 | 111 | 0 | 64 | 405 | 72 | 37 |
| Binary | 1000000 | 100001 | 1111011 | 110000 | 1001001 | 0 | 110100 | 100000101 | 111010 | 11111 |
Color Harmonies of #40217B
Complementary color
Monochromatic Colors of #40217B
Black with #40217B
Text Example
Text Example
White with #40217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40217B; }
p { color: rgb(64,33,123); }
H1.HeaderClassName
{
color: #40217B;
}
.AnyTagClassName
{
color: #40217B;
}
</style>
background-color css
<style>
a { background-color: #40217B; }
a { background-color: rgb(64,33,123); }
div.DivClassName
{
background-color: #40217B;
}
.BgClassName
{
background-color: #40217B;
}
</style>
border-color css
<style>
span { border-color: #40217B; }
span { border-color: rgb(64,33,123); }
td.TdClassName
{
border-color: #40217B;
}
.TagClassName
{
border-color: #40217B;
}
</style>