Shades of Windsor #47297A
Tints of Windsor #47297A
RGB
CMYK
RGB Variations
Color information
#47297A (or 0x47297A) is known color: Windsor. HEX triplet: 47, 29 and 7A. RGB value is (71,41,122). Sum of RGB (Red+Green+Blue) = 71+41+122=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #47297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47297A is #B8D685. Grayscale: #3A3A3A. Windows color (decimal): -12113542 or 8005959. OLE color: 8005959.
HSL color Cylindrical-coordinate representation of color #47297A: hue angle of 262.22º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47297A is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 41 | 122 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.52 |
| HSL | 262.22º | 0.5% | 0.32% | - |
| HSV(B) | 262.22º | 0.66% | 0.48% | - |
| XYZ | 6.9 | 4.33 | 18.88 | - |
| YUV | 59.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 122 | 0.42 | 0.66 | 0 | 0.52 | 262.22 | 0.5 | 0.32 |
| Hex | 47 | 29 | 7A | 2A | 42 | 0 | 34 | 106 | 32 | 20 |
| Octal | 107 | 51 | 172 | 52 | 102 | 0 | 64 | 406 | 62 | 40 |
| Binary | 1000111 | 101001 | 1111010 | 101010 | 1000010 | 0 | 110100 | 100000110 | 110010 | 100000 |
Color Harmonies of #47297A
Complementary color
Monochromatic Colors of #47297A
Black with #47297A
Text Example
Text Example
White with #47297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47297A; }
p { color: rgb(71,41,122); }
H1.HeaderClassName
{
color: #47297A;
}
.AnyTagClassName
{
color: #47297A;
}
</style>
background-color css
<style>
a { background-color: #47297A; }
a { background-color: rgb(71,41,122); }
div.DivClassName
{
background-color: #47297A;
}
.BgClassName
{
background-color: #47297A;
}
</style>
border-color css
<style>
span { border-color: #47297A; }
span { border-color: rgb(71,41,122); }
td.TdClassName
{
border-color: #47297A;
}
.TagClassName
{
border-color: #47297A;
}
</style>