Shades of Windsor #47326F
Tints of Windsor #47326F
RGB
CMYK
RGB Variations
Color information
#47326F (or 0x47326F) is known color: Windsor. HEX triplet: 47, 32 and 6F. RGB value is (71,50,111). Sum of RGB (Red+Green+Blue) = 71+50+111=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #47326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47326F is #B8CD90. Grayscale: #3F3F3F. Windows color (decimal): -12111249 or 7287367. OLE color: 7287367.
HSL color Cylindrical-coordinate representation of color #47326F: hue angle of 260.66º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47326F is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 50 | 111 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.56 |
| HSL | 260.66º | 0.38% | 0.32% | - |
| HSV(B) | 260.66º | 0.55% | 0.44% | - |
| XYZ | 6.61 | 4.77 | 15.61 | - |
| YUV | 63.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 111 | 0.36 | 0.55 | 0 | 0.56 | 260.66 | 0.38 | 0.32 |
| Hex | 47 | 32 | 6F | 24 | 37 | 0 | 38 | 105 | 26 | 20 |
| Octal | 107 | 62 | 157 | 44 | 67 | 0 | 70 | 405 | 46 | 40 |
| Binary | 1000111 | 110010 | 1101111 | 100100 | 110111 | 0 | 111000 | 100000101 | 100110 | 100000 |
Color Harmonies of #47326F
Complementary color
Monochromatic Colors of #47326F
Black with #47326F
Text Example
Text Example
White with #47326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47326F; }
p { color: rgb(71,50,111); }
H1.HeaderClassName
{
color: #47326F;
}
.AnyTagClassName
{
color: #47326F;
}
</style>
background-color css
<style>
a { background-color: #47326F; }
a { background-color: rgb(71,50,111); }
div.DivClassName
{
background-color: #47326F;
}
.BgClassName
{
background-color: #47326F;
}
</style>
border-color css
<style>
span { border-color: #47326F; }
span { border-color: rgb(71,50,111); }
td.TdClassName
{
border-color: #47326F;
}
.TagClassName
{
border-color: #47326F;
}
</style>