Shades of Windsor #47217C
Tints of Windsor #47217C
RGB
CMYK
RGB Variations
Color information
#47217C (or 0x47217C) is known color: Windsor. HEX triplet: 47, 21 and 7C. RGB value is (71,33,124). Sum of RGB (Red+Green+Blue) = 71+33+124=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #47217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47217C is #B8DE83. Grayscale: #363636. Windows color (decimal): -12115588 or 8134983. OLE color: 8134983.
HSL color Cylindrical-coordinate representation of color #47217C: hue angle of 265.05º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47217C is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 33 | 124 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.51 |
| HSL | 265.06º | 0.58% | 0.31% | - |
| HSV(B) | 265.06º | 0.73% | 0.49% | - |
| XYZ | 6.78 | 3.88 | 19.46 | - |
| YUV | 54.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 124 | 0.43 | 0.73 | 0 | 0.51 | 265.06 | 0.58 | 0.31 |
| Hex | 47 | 21 | 7C | 2B | 49 | 0 | 33 | 109 | 3A | 1F |
| Octal | 107 | 41 | 174 | 53 | 111 | 0 | 63 | 411 | 72 | 37 |
| Binary | 1000111 | 100001 | 1111100 | 101011 | 1001001 | 0 | 110011 | 100001001 | 111010 | 11111 |
Color Harmonies of #47217C
Complementary color
Monochromatic Colors of #47217C
Black with #47217C
Text Example
Text Example
White with #47217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47217C; }
p { color: rgb(71,33,124); }
H1.HeaderClassName
{
color: #47217C;
}
.AnyTagClassName
{
color: #47217C;
}
</style>
background-color css
<style>
a { background-color: #47217C; }
a { background-color: rgb(71,33,124); }
div.DivClassName
{
background-color: #47217C;
}
.BgClassName
{
background-color: #47217C;
}
</style>
border-color css
<style>
span { border-color: #47217C; }
span { border-color: rgb(71,33,124); }
td.TdClassName
{
border-color: #47217C;
}
.TagClassName
{
border-color: #47217C;
}
</style>