Shades of Windsor #472A87
Tints of Windsor #472A87
RGB
CMYK
RGB Variations
Color information
#472A87 (or 0x472A87) is known color: Windsor. HEX triplet: 47, 2A and 87. RGB value is (71,42,135). Sum of RGB (Red+Green+Blue) = 71+42+135=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #472A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A87 is #B8D578. Grayscale: #3C3C3C. Windows color (decimal): -12113273 or 8858183. OLE color: 8858183.
HSL color Cylindrical-coordinate representation of color #472A87: hue angle of 258.71º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472A87 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 42 | 135 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.47 |
| HSL | 258.71º | 0.53% | 0.35% | - |
| HSV(B) | 258.71º | 0.69% | 0.53% | - |
| XYZ | 7.8 | 4.74 | 23.43 | - |
| YUV | 61.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 135 | 0.47 | 0.69 | 0 | 0.47 | 258.71 | 0.53 | 0.35 |
| Hex | 47 | 2A | 87 | 2F | 45 | 0 | 2F | 103 | 35 | 23 |
| Octal | 107 | 52 | 207 | 57 | 105 | 0 | 57 | 403 | 65 | 43 |
| Binary | 1000111 | 101010 | 10000111 | 101111 | 1000101 | 0 | 101111 | 100000011 | 110101 | 100011 |
Color Harmonies of #472A87
Complementary color
Monochromatic Colors of #472A87
Black with #472A87
Text Example
Text Example
White with #472A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A87; }
p { color: rgb(71,42,135); }
H1.HeaderClassName
{
color: #472A87;
}
.AnyTagClassName
{
color: #472A87;
}
</style>
background-color css
<style>
a { background-color: #472A87; }
a { background-color: rgb(71,42,135); }
div.DivClassName
{
background-color: #472A87;
}
.BgClassName
{
background-color: #472A87;
}
</style>
border-color css
<style>
span { border-color: #472A87; }
span { border-color: rgb(71,42,135); }
td.TdClassName
{
border-color: #472A87;
}
.TagClassName
{
border-color: #472A87;
}
</style>