Shades of Windsor #47208D
Tints of Windsor #47208D
RGB
CMYK
RGB Variations
Color information
#47208D (or 0x47208D) is known color: Windsor. HEX triplet: 47, 20 and 8D. RGB value is (71,32,141). Sum of RGB (Red+Green+Blue) = 71+32+141=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #47208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47208D is #B8DF72. Grayscale: #373737. Windows color (decimal): -12115827 or 9248839. OLE color: 9248839.
HSL color Cylindrical-coordinate representation of color #47208D: hue angle of 261.47º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47208D is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 32 | 141 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.45 |
| HSL | 261.47º | 0.63% | 0.34% | - |
| HSV(B) | 261.47º | 0.77% | 0.55% | - |
| XYZ | 7.92 | 4.3 | 25.61 | - |
| YUV | 56.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 141 | 0.50 | 0.77 | 0 | 0.45 | 261.47 | 0.63 | 0.34 |
| Hex | 47 | 20 | 8D | 32 | 4D | 0 | 2D | 105 | 3F | 22 |
| Octal | 107 | 40 | 215 | 62 | 115 | 0 | 55 | 405 | 77 | 42 |
| Binary | 1000111 | 100000 | 10001101 | 110010 | 1001101 | 0 | 101101 | 100000101 | 111111 | 100010 |
Color Harmonies of #47208D
Complementary color
Monochromatic Colors of #47208D
Black with #47208D
Text Example
Text Example
White with #47208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47208D; }
p { color: rgb(71,32,141); }
H1.HeaderClassName
{
color: #47208D;
}
.AnyTagClassName
{
color: #47208D;
}
</style>
background-color css
<style>
a { background-color: #47208D; }
a { background-color: rgb(71,32,141); }
div.DivClassName
{
background-color: #47208D;
}
.BgClassName
{
background-color: #47208D;
}
</style>
border-color css
<style>
span { border-color: #47208D; }
span { border-color: rgb(71,32,141); }
td.TdClassName
{
border-color: #47208D;
}
.TagClassName
{
border-color: #47208D;
}
</style>