Shades of Windsor #47317A
Tints of Windsor #47317A
RGB
CMYK
RGB Variations
Color information
#47317A (or 0x47317A) is known color: Windsor. HEX triplet: 47, 31 and 7A. RGB value is (71,49,122). Sum of RGB (Red+Green+Blue) = 71+49+122=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #47317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47317A is #B8CE85. Grayscale: #3F3F3F. Windows color (decimal): -12111494 or 8008007. OLE color: 8008007.
HSL color Cylindrical-coordinate representation of color #47317A: hue angle of 258.08º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47317A is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 49 | 122 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.52 |
| HSL | 258.08º | 0.43% | 0.34% | - |
| HSV(B) | 258.08º | 0.6% | 0.48% | - |
| XYZ | 7.21 | 4.94 | 18.99 | - |
| YUV | 63.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 122 | 0.42 | 0.60 | 0 | 0.52 | 258.08 | 0.43 | 0.34 |
| Hex | 47 | 31 | 7A | 2A | 3C | 0 | 34 | 102 | 2B | 22 |
| Octal | 107 | 61 | 172 | 52 | 74 | 0 | 64 | 402 | 53 | 42 |
| Binary | 1000111 | 110001 | 1111010 | 101010 | 111100 | 0 | 110100 | 100000010 | 101011 | 100010 |
Color Harmonies of #47317A
Complementary color
Monochromatic Colors of #47317A
Black with #47317A
Text Example
Text Example
White with #47317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47317A; }
p { color: rgb(71,49,122); }
H1.HeaderClassName
{
color: #47317A;
}
.AnyTagClassName
{
color: #47317A;
}
</style>
background-color css
<style>
a { background-color: #47317A; }
a { background-color: rgb(71,49,122); }
div.DivClassName
{
background-color: #47317A;
}
.BgClassName
{
background-color: #47317A;
}
</style>
border-color css
<style>
span { border-color: #47317A; }
span { border-color: rgb(71,49,122); }
td.TdClassName
{
border-color: #47317A;
}
.TagClassName
{
border-color: #47317A;
}
</style>