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