Shades of Windsor #47198C
Tints of Windsor #47198C
RGB
CMYK
RGB Variations
Color information
#47198C (or 0x47198C) is known color: Windsor. HEX triplet: 47, 19 and 8C. RGB value is (71,25,140). Sum of RGB (Red+Green+Blue) = 71+25+140=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #47198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47198C is #B8E673. Grayscale: #333333. Windows color (decimal): -12117620 or 9181511. OLE color: 9181511.
HSL color Cylindrical-coordinate representation of color #47198C: hue angle of 264º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47198C is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 25 | 140 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.45 |
| HSL | 264º | 0.7% | 0.32% | - |
| HSV(B) | 264º | 0.82% | 0.55% | - |
| XYZ | 7.68 | 3.93 | 25.16 | - |
| YUV | 51.86 | 177.74 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 140 | 0.49 | 0.82 | 0 | 0.45 | 264 | 0.7 | 0.32 |
| Hex | 47 | 19 | 8C | 31 | 52 | 0 | 2D | 108 | 46 | 20 |
| Octal | 107 | 31 | 214 | 61 | 122 | 0 | 55 | 410 | 106 | 40 |
| Binary | 1000111 | 11001 | 10001100 | 110001 | 1010010 | 0 | 101101 | 100001000 | 1000110 | 100000 |
Color Harmonies of #47198C
Complementary color
Monochromatic Colors of #47198C
Black with #47198C
Text Example
Text Example
White with #47198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47198C; }
p { color: rgb(71,25,140); }
H1.HeaderClassName
{
color: #47198C;
}
.AnyTagClassName
{
color: #47198C;
}
</style>
background-color css
<style>
a { background-color: #47198C; }
a { background-color: rgb(71,25,140); }
div.DivClassName
{
background-color: #47198C;
}
.BgClassName
{
background-color: #47198C;
}
</style>
border-color css
<style>
span { border-color: #47198C; }
span { border-color: rgb(71,25,140); }
td.TdClassName
{
border-color: #47198C;
}
.TagClassName
{
border-color: #47198C;
}
</style>