Shades of Windsor #47207C
Tints of Windsor #47207C
RGB
CMYK
RGB Variations
Color information
#47207C (or 0x47207C) is known color: Windsor. HEX triplet: 47, 20 and 7C. RGB value is (71,32,124). Sum of RGB (Red+Green+Blue) = 71+32+124=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #47207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47207C is #B8DF83. Grayscale: #353535. Windows color (decimal): -12115844 or 8134727. OLE color: 8134727.
HSL color Cylindrical-coordinate representation of color #47207C: hue angle of 265.43º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47207C is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 32 | 124 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.51 |
| HSL | 265.43º | 0.59% | 0.31% | - |
| HSV(B) | 265.43º | 0.74% | 0.49% | - |
| XYZ | 6.75 | 3.83 | 19.45 | - |
| YUV | 54.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 124 | 0.43 | 0.74 | 0 | 0.51 | 265.43 | 0.59 | 0.31 |
| Hex | 47 | 20 | 7C | 2B | 4A | 0 | 33 | 109 | 3B | 1F |
| Octal | 107 | 40 | 174 | 53 | 112 | 0 | 63 | 411 | 73 | 37 |
| Binary | 1000111 | 100000 | 1111100 | 101011 | 1001010 | 0 | 110011 | 100001001 | 111011 | 11111 |
Color Harmonies of #47207C
Complementary color
Monochromatic Colors of #47207C
Black with #47207C
Text Example
Text Example
White with #47207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47207C; }
p { color: rgb(71,32,124); }
H1.HeaderClassName
{
color: #47207C;
}
.AnyTagClassName
{
color: #47207C;
}
</style>
background-color css
<style>
a { background-color: #47207C; }
a { background-color: rgb(71,32,124); }
div.DivClassName
{
background-color: #47207C;
}
.BgClassName
{
background-color: #47207C;
}
</style>
border-color css
<style>
span { border-color: #47207C; }
span { border-color: rgb(71,32,124); }
td.TdClassName
{
border-color: #47207C;
}
.TagClassName
{
border-color: #47207C;
}
</style>