Shades of Windsor #47208C
Tints of Windsor #47208C
RGB
CMYK
RGB Variations
Color information
#47208C (or 0x47208C) is known color: Windsor. HEX triplet: 47, 20 and 8C. RGB value is (71,32,140). Sum of RGB (Red+Green+Blue) = 71+32+140=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #47208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47208C is #B8DF73. Grayscale: #373737. Windows color (decimal): -12115828 or 9183303. OLE color: 9183303.
HSL color Cylindrical-coordinate representation of color #47208C: hue angle of 261.67º 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 #47208C is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 32 | 140 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.45 |
| HSL | 261.67º | 0.63% | 0.34% | - |
| HSV(B) | 261.67º | 0.77% | 0.55% | - |
| XYZ | 7.85 | 4.27 | 25.22 | - |
| YUV | 55.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 140 | 0.49 | 0.77 | 0 | 0.45 | 261.67 | 0.63 | 0.34 |
| Hex | 47 | 20 | 8C | 31 | 4D | 0 | 2D | 106 | 3F | 22 |
| Octal | 107 | 40 | 214 | 61 | 115 | 0 | 55 | 406 | 77 | 42 |
| Binary | 1000111 | 100000 | 10001100 | 110001 | 1001101 | 0 | 101101 | 100000110 | 111111 | 100010 |
Color Harmonies of #47208C
Complementary color
Monochromatic Colors of #47208C
Black with #47208C
Text Example
Text Example
White with #47208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47208C; }
p { color: rgb(71,32,140); }
H1.HeaderClassName
{
color: #47208C;
}
.AnyTagClassName
{
color: #47208C;
}
</style>
background-color css
<style>
a { background-color: #47208C; }
a { background-color: rgb(71,32,140); }
div.DivClassName
{
background-color: #47208C;
}
.BgClassName
{
background-color: #47208C;
}
</style>
border-color css
<style>
span { border-color: #47208C; }
span { border-color: rgb(71,32,140); }
td.TdClassName
{
border-color: #47208C;
}
.TagClassName
{
border-color: #47208C;
}
</style>