Shades of Windsor #471E89
Tints of Windsor #471E89
RGB
CMYK
RGB Variations
Color information
#471E89 (or 0x471E89) is known color: Windsor. HEX triplet: 47, 1E and 89. RGB value is (71,30,137). Sum of RGB (Red+Green+Blue) = 71+30+137=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #471E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E89 is #B8E176. Grayscale: #363636. Windows color (decimal): -12116343 or 8986183. OLE color: 8986183.
HSL color Cylindrical-coordinate representation of color #471E89: hue angle of 262.99º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471E89 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 30 | 137 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.46 |
| HSL | 262.99º | 0.64% | 0.33% | - |
| HSV(B) | 262.99º | 0.78% | 0.54% | - |
| XYZ | 7.58 | 4.07 | 24.05 | - |
| YUV | 54.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 137 | 0.48 | 0.78 | 0 | 0.46 | 262.99 | 0.64 | 0.33 |
| Hex | 47 | 1E | 89 | 30 | 4E | 0 | 2E | 107 | 40 | 21 |
| Octal | 107 | 36 | 211 | 60 | 116 | 0 | 56 | 407 | 100 | 41 |
| Binary | 1000111 | 11110 | 10001001 | 110000 | 1001110 | 0 | 101110 | 100000111 | 1000000 | 100001 |
Color Harmonies of #471E89
Complementary color
Monochromatic Colors of #471E89
Black with #471E89
Text Example
Text Example
White with #471E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E89; }
p { color: rgb(71,30,137); }
H1.HeaderClassName
{
color: #471E89;
}
.AnyTagClassName
{
color: #471E89;
}
</style>
background-color css
<style>
a { background-color: #471E89; }
a { background-color: rgb(71,30,137); }
div.DivClassName
{
background-color: #471E89;
}
.BgClassName
{
background-color: #471E89;
}
</style>
border-color css
<style>
span { border-color: #471E89; }
span { border-color: rgb(71,30,137); }
td.TdClassName
{
border-color: #471E89;
}
.TagClassName
{
border-color: #471E89;
}
</style>