Shades of Windsor #47207A
Tints of Windsor #47207A
RGB
CMYK
RGB Variations
Color information
#47207A (or 0x47207A) is known color: Windsor. HEX triplet: 47, 20 and 7A. RGB value is (71,32,122). Sum of RGB (Red+Green+Blue) = 71+32+122=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #47207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47207A is #B8DF85. Grayscale: #353535. Windows color (decimal): -12115846 or 8003655. OLE color: 8003655.
HSL color Cylindrical-coordinate representation of color #47207A: hue angle of 266º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47207A is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 32 | 122 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.52 |
| HSL | 266º | 0.58% | 0.3% | - |
| HSV(B) | 266º | 0.74% | 0.48% | - |
| XYZ | 6.63 | 3.78 | 18.79 | - |
| YUV | 53.92 | 166.42 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 122 | 0.42 | 0.74 | 0 | 0.52 | 266 | 0.58 | 0.3 |
| Hex | 47 | 20 | 7A | 2A | 4A | 0 | 34 | 10A | 3A | 1E |
| Octal | 107 | 40 | 172 | 52 | 112 | 0 | 64 | 412 | 72 | 36 |
| Binary | 1000111 | 100000 | 1111010 | 101010 | 1001010 | 0 | 110100 | 100001010 | 111010 | 11110 |
Color Harmonies of #47207A
Complementary color
Monochromatic Colors of #47207A
Black with #47207A
Text Example
Text Example
White with #47207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47207A; }
p { color: rgb(71,32,122); }
H1.HeaderClassName
{
color: #47207A;
}
.AnyTagClassName
{
color: #47207A;
}
</style>
background-color css
<style>
a { background-color: #47207A; }
a { background-color: rgb(71,32,122); }
div.DivClassName
{
background-color: #47207A;
}
.BgClassName
{
background-color: #47207A;
}
</style>
border-color css
<style>
span { border-color: #47207A; }
span { border-color: rgb(71,32,122); }
td.TdClassName
{
border-color: #47207A;
}
.TagClassName
{
border-color: #47207A;
}
</style>