Shades of Windsor #471D87
Tints of Windsor #471D87
RGB
CMYK
RGB Variations
Color information
#471D87 (or 0x471D87) is known color: Windsor. HEX triplet: 47, 1D and 87. RGB value is (71,29,135). Sum of RGB (Red+Green+Blue) = 71+29+135=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #471D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471D87 is #B8E278. Grayscale: #353535. Windows color (decimal): -12116601 or 8854855. OLE color: 8854855.
HSL color Cylindrical-coordinate representation of color #471D87: hue angle of 263.77º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471D87 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 29 | 135 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.47 |
| HSL | 263.77º | 0.65% | 0.32% | - |
| HSV(B) | 263.77º | 0.79% | 0.53% | - |
| XYZ | 7.41 | 3.97 | 23.3 | - |
| YUV | 53.64 | 173.91 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 135 | 0.47 | 0.79 | 0 | 0.47 | 263.77 | 0.65 | 0.32 |
| Hex | 47 | 1D | 87 | 2F | 4F | 0 | 2F | 108 | 41 | 20 |
| Octal | 107 | 35 | 207 | 57 | 117 | 0 | 57 | 410 | 101 | 40 |
| Binary | 1000111 | 11101 | 10000111 | 101111 | 1001111 | 0 | 101111 | 100001000 | 1000001 | 100000 |
Color Harmonies of #471D87
Complementary color
Monochromatic Colors of #471D87
Black with #471D87
Text Example
Text Example
White with #471D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D87; }
p { color: rgb(71,29,135); }
H1.HeaderClassName
{
color: #471D87;
}
.AnyTagClassName
{
color: #471D87;
}
</style>
background-color css
<style>
a { background-color: #471D87; }
a { background-color: rgb(71,29,135); }
div.DivClassName
{
background-color: #471D87;
}
.BgClassName
{
background-color: #471D87;
}
</style>
border-color css
<style>
span { border-color: #471D87; }
span { border-color: rgb(71,29,135); }
td.TdClassName
{
border-color: #471D87;
}
.TagClassName
{
border-color: #471D87;
}
</style>