Shades of Windsor #471E84
Tints of Windsor #471E84
RGB
CMYK
RGB Variations
Color information
#471E84 (or 0x471E84) is known color: Windsor. HEX triplet: 47, 1E and 84. RGB value is (71,30,132). Sum of RGB (Red+Green+Blue) = 71+30+132=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #471E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E84 is #B8E17B. Grayscale: #353535. Windows color (decimal): -12116348 or 8658503. OLE color: 8658503.
HSL color Cylindrical-coordinate representation of color #471E84: hue angle of 264.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471E84 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 30 | 132 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.48 |
| HSL | 264.12º | 0.63% | 0.32% | - |
| HSV(B) | 264.12º | 0.77% | 0.52% | - |
| XYZ | 7.23 | 3.93 | 22.21 | - |
| YUV | 53.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 132 | 0.46 | 0.77 | 0 | 0.48 | 264.12 | 0.63 | 0.32 |
| Hex | 47 | 1E | 84 | 2E | 4D | 0 | 30 | 108 | 3F | 20 |
| Octal | 107 | 36 | 204 | 56 | 115 | 0 | 60 | 410 | 77 | 40 |
| Binary | 1000111 | 11110 | 10000100 | 101110 | 1001101 | 0 | 110000 | 100001000 | 111111 | 100000 |
Color Harmonies of #471E84
Complementary color
Monochromatic Colors of #471E84
Black with #471E84
Text Example
Text Example
White with #471E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E84; }
p { color: rgb(71,30,132); }
H1.HeaderClassName
{
color: #471E84;
}
.AnyTagClassName
{
color: #471E84;
}
</style>
background-color css
<style>
a { background-color: #471E84; }
a { background-color: rgb(71,30,132); }
div.DivClassName
{
background-color: #471E84;
}
.BgClassName
{
background-color: #471E84;
}
</style>
border-color css
<style>
span { border-color: #471E84; }
span { border-color: rgb(71,30,132); }
td.TdClassName
{
border-color: #471E84;
}
.TagClassName
{
border-color: #471E84;
}
</style>