Shades of Windsor #472A80
Tints of Windsor #472A80
RGB
CMYK
RGB Variations
Color information
#472A80 (or 0x472A80) is known color: Windsor. HEX triplet: 47, 2A and 80. RGB value is (71,42,128). Sum of RGB (Red+Green+Blue) = 71+42+128=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #472A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A80 is #B8D57F. Grayscale: #3C3C3C. Windows color (decimal): -12113280 or 8399431. OLE color: 8399431.
HSL color Cylindrical-coordinate representation of color #472A80: hue angle of 260.23º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472A80 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 42 | 128 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.50 |
| HSL | 260.23º | 0.51% | 0.33% | - |
| HSV(B) | 260.23º | 0.67% | 0.5% | - |
| XYZ | 7.32 | 4.55 | 20.92 | - |
| YUV | 60.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 128 | 0.45 | 0.67 | 0 | 0.50 | 260.23 | 0.51 | 0.33 |
| Hex | 47 | 2A | 80 | 2D | 43 | 0 | 32 | 104 | 33 | 21 |
| Octal | 107 | 52 | 200 | 55 | 103 | 0 | 62 | 404 | 63 | 41 |
| Binary | 1000111 | 101010 | 10000000 | 101101 | 1000011 | 0 | 110010 | 100000100 | 110011 | 100001 |
Color Harmonies of #472A80
Complementary color
Monochromatic Colors of #472A80
Black with #472A80
Text Example
Text Example
White with #472A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A80; }
p { color: rgb(71,42,128); }
H1.HeaderClassName
{
color: #472A80;
}
.AnyTagClassName
{
color: #472A80;
}
</style>
background-color css
<style>
a { background-color: #472A80; }
a { background-color: rgb(71,42,128); }
div.DivClassName
{
background-color: #472A80;
}
.BgClassName
{
background-color: #472A80;
}
</style>
border-color css
<style>
span { border-color: #472A80; }
span { border-color: rgb(71,42,128); }
td.TdClassName
{
border-color: #472A80;
}
.TagClassName
{
border-color: #472A80;
}
</style>