Shades of Windsor #47197D
Tints of Windsor #47197D
RGB
CMYK
RGB Variations
Color information
#47197D (or 0x47197D) is known color: Windsor. HEX triplet: 47, 19 and 7D. RGB value is (71,25,125). Sum of RGB (Red+Green+Blue) = 71+25+125=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #47197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47197D is #B8E682. Grayscale: #313131. Windows color (decimal): -12117635 or 8198471. OLE color: 8198471.
HSL color Cylindrical-coordinate representation of color #47197D: hue angle of 267.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47197D is Cyan = 0.43, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 25 | 125 | - |
| CMYK | 0.43 | 0.8 | 0 | 0.51 |
| HSL | 267.6º | 0.67% | 0.29% | - |
| HSV(B) | 267.6º | 0.8% | 0.49% | - |
| XYZ | 6.65 | 3.52 | 19.73 | - |
| YUV | 50.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 125 | 0.43 | 0.8 | 0 | 0.51 | 267.6 | 0.67 | 0.29 |
| Hex | 47 | 19 | 7D | 2B | 50 | 0 | 33 | 10C | 43 | 1D |
| Octal | 107 | 31 | 175 | 53 | 120 | 0 | 63 | 414 | 103 | 35 |
| Binary | 1000111 | 11001 | 1111101 | 101011 | 1010000 | 0 | 110011 | 100001100 | 1000011 | 11101 |
Color Harmonies of #47197D
Complementary color
Monochromatic Colors of #47197D
Black with #47197D
Text Example
Text Example
White with #47197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47197D; }
p { color: rgb(71,25,125); }
H1.HeaderClassName
{
color: #47197D;
}
.AnyTagClassName
{
color: #47197D;
}
</style>
background-color css
<style>
a { background-color: #47197D; }
a { background-color: rgb(71,25,125); }
div.DivClassName
{
background-color: #47197D;
}
.BgClassName
{
background-color: #47197D;
}
</style>
border-color css
<style>
span { border-color: #47197D; }
span { border-color: rgb(71,25,125); }
td.TdClassName
{
border-color: #47197D;
}
.TagClassName
{
border-color: #47197D;
}
</style>