Shades of Windsor #47197E
Tints of Windsor #47197E
RGB
CMYK
RGB Variations
Color information
#47197E (or 0x47197E) is known color: Windsor. HEX triplet: 47, 19 and 7E. RGB value is (71,25,126). Sum of RGB (Red+Green+Blue) = 71+25+126=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #47197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47197E is #B8E681. Grayscale: #313131. Windows color (decimal): -12117634 or 8264007. OLE color: 8264007.
HSL color Cylindrical-coordinate representation of color #47197E: hue angle of 267.33º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47197E is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 25 | 126 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.51 |
| HSL | 267.33º | 0.67% | 0.3% | - |
| HSV(B) | 267.33º | 0.8% | 0.49% | - |
| XYZ | 6.71 | 3.54 | 20.07 | - |
| YUV | 50.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 126 | 0.44 | 0.80 | 0 | 0.51 | 267.33 | 0.67 | 0.3 |
| Hex | 47 | 19 | 7E | 2C | 50 | 0 | 33 | 10B | 43 | 1E |
| Octal | 107 | 31 | 176 | 54 | 120 | 0 | 63 | 413 | 103 | 36 |
| Binary | 1000111 | 11001 | 1111110 | 101100 | 1010000 | 0 | 110011 | 100001011 | 1000011 | 11110 |
Color Harmonies of #47197E
Complementary color
Monochromatic Colors of #47197E
Black with #47197E
Text Example
Text Example
White with #47197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47197E; }
p { color: rgb(71,25,126); }
H1.HeaderClassName
{
color: #47197E;
}
.AnyTagClassName
{
color: #47197E;
}
</style>
background-color css
<style>
a { background-color: #47197E; }
a { background-color: rgb(71,25,126); }
div.DivClassName
{
background-color: #47197E;
}
.BgClassName
{
background-color: #47197E;
}
</style>
border-color css
<style>
span { border-color: #47197E; }
span { border-color: rgb(71,25,126); }
td.TdClassName
{
border-color: #47197E;
}
.TagClassName
{
border-color: #47197E;
}
</style>