Shades of Windsor #47207F
Tints of Windsor #47207F
RGB
CMYK
RGB Variations
Color information
#47207F (or 0x47207F) is known color: Windsor. HEX triplet: 47, 20 and 7F. RGB value is (71,32,127). Sum of RGB (Red+Green+Blue) = 71+32+127=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #47207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47207F is #B8DF80. Grayscale: #363636. Windows color (decimal): -12115841 or 8331335. OLE color: 8331335.
HSL color Cylindrical-coordinate representation of color #47207F: hue angle of 264.63º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47207F is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 32 | 127 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.50 |
| HSL | 264.63º | 0.6% | 0.31% | - |
| HSV(B) | 264.63º | 0.75% | 0.5% | - |
| XYZ | 6.95 | 3.9 | 20.47 | - |
| YUV | 54.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 127 | 0.44 | 0.75 | 0 | 0.50 | 264.63 | 0.6 | 0.31 |
| Hex | 47 | 20 | 7F | 2C | 4B | 0 | 32 | 109 | 3C | 1F |
| Octal | 107 | 40 | 177 | 54 | 113 | 0 | 62 | 411 | 74 | 37 |
| Binary | 1000111 | 100000 | 1111111 | 101100 | 1001011 | 0 | 110010 | 100001001 | 111100 | 11111 |
Color Harmonies of #47207F
Complementary color
Monochromatic Colors of #47207F
Black with #47207F
Text Example
Text Example
White with #47207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47207F; }
p { color: rgb(71,32,127); }
H1.HeaderClassName
{
color: #47207F;
}
.AnyTagClassName
{
color: #47207F;
}
</style>
background-color css
<style>
a { background-color: #47207F; }
a { background-color: rgb(71,32,127); }
div.DivClassName
{
background-color: #47207F;
}
.BgClassName
{
background-color: #47207F;
}
</style>
border-color css
<style>
span { border-color: #47207F; }
span { border-color: rgb(71,32,127); }
td.TdClassName
{
border-color: #47207F;
}
.TagClassName
{
border-color: #47207F;
}
</style>