Shades of Windsor #472D81
Tints of Windsor #472D81
RGB
CMYK
RGB Variations
Color information
#472D81 (or 0x472D81) is known color: Windsor. HEX triplet: 47, 2D and 81. RGB value is (71,45,129). Sum of RGB (Red+Green+Blue) = 71+45+129=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #472D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472D81 is #B8D27E. Grayscale: #3E3E3E. Windows color (decimal): -12112511 or 8465735. OLE color: 8465735.
HSL color Cylindrical-coordinate representation of color #472D81: hue angle of 258.57º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472D81 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 45 | 129 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.49 |
| HSL | 258.57º | 0.48% | 0.34% | - |
| HSV(B) | 258.57º | 0.65% | 0.51% | - |
| XYZ | 7.5 | 4.8 | 21.3 | - |
| YUV | 62.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 129 | 0.45 | 0.65 | 0 | 0.49 | 258.57 | 0.48 | 0.34 |
| Hex | 47 | 2D | 81 | 2D | 41 | 0 | 31 | 103 | 30 | 22 |
| Octal | 107 | 55 | 201 | 55 | 101 | 0 | 61 | 403 | 60 | 42 |
| Binary | 1000111 | 101101 | 10000001 | 101101 | 1000001 | 0 | 110001 | 100000011 | 110000 | 100010 |
Color Harmonies of #472D81
Complementary color
Monochromatic Colors of #472D81
Black with #472D81
Text Example
Text Example
White with #472D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D81; }
p { color: rgb(71,45,129); }
H1.HeaderClassName
{
color: #472D81;
}
.AnyTagClassName
{
color: #472D81;
}
</style>
background-color css
<style>
a { background-color: #472D81; }
a { background-color: rgb(71,45,129); }
div.DivClassName
{
background-color: #472D81;
}
.BgClassName
{
background-color: #472D81;
}
</style>
border-color css
<style>
span { border-color: #472D81; }
span { border-color: rgb(71,45,129); }
td.TdClassName
{
border-color: #472D81;
}
.TagClassName
{
border-color: #472D81;
}
</style>