Shades of Windsor #47317C
Tints of Windsor #47317C
RGB
CMYK
RGB Variations
Color information
#47317C (or 0x47317C) is known color: Windsor. HEX triplet: 47, 31 and 7C. RGB value is (71,49,124). Sum of RGB (Red+Green+Blue) = 71+49+124=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #47317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47317C is #B8CE83. Grayscale: #3F3F3F. Windows color (decimal): -12111492 or 8139079. OLE color: 8139079.
HSL color Cylindrical-coordinate representation of color #47317C: hue angle of 257.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47317C is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 49 | 124 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.51 |
| HSL | 257.6º | 0.43% | 0.34% | - |
| HSV(B) | 257.6º | 0.6% | 0.49% | - |
| XYZ | 7.33 | 4.99 | 19.65 | - |
| YUV | 64.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 124 | 0.43 | 0.60 | 0 | 0.51 | 257.6 | 0.43 | 0.34 |
| Hex | 47 | 31 | 7C | 2B | 3C | 0 | 33 | 102 | 2B | 22 |
| Octal | 107 | 61 | 174 | 53 | 74 | 0 | 63 | 402 | 53 | 42 |
| Binary | 1000111 | 110001 | 1111100 | 101011 | 111100 | 0 | 110011 | 100000010 | 101011 | 100010 |
Color Harmonies of #47317C
Complementary color
Monochromatic Colors of #47317C
Black with #47317C
Text Example
Text Example
White with #47317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47317C; }
p { color: rgb(71,49,124); }
H1.HeaderClassName
{
color: #47317C;
}
.AnyTagClassName
{
color: #47317C;
}
</style>
background-color css
<style>
a { background-color: #47317C; }
a { background-color: rgb(71,49,124); }
div.DivClassName
{
background-color: #47317C;
}
.BgClassName
{
background-color: #47317C;
}
</style>
border-color css
<style>
span { border-color: #47317C; }
span { border-color: rgb(71,49,124); }
td.TdClassName
{
border-color: #47317C;
}
.TagClassName
{
border-color: #47317C;
}
</style>