Shades of Windsor #47248F
Tints of Windsor #47248F
RGB
CMYK
RGB Variations
Color information
#47248F (or 0x47248F) is known color: Windsor. HEX triplet: 47, 24 and 8F. RGB value is (71,36,143). Sum of RGB (Red+Green+Blue) = 71+36+143=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #47248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47248F is #B8DB70. Grayscale: #3A3A3A. Windows color (decimal): -12114801 or 9380935. OLE color: 9380935.
HSL color Cylindrical-coordinate representation of color #47248F: hue angle of 259.63º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47248F is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 36 | 143 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.44 |
| HSL | 259.63º | 0.6% | 0.35% | - |
| HSV(B) | 259.63º | 0.75% | 0.56% | - |
| XYZ | 8.19 | 4.58 | 26.44 | - |
| YUV | 58.66 | 175.6 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 143 | 0.50 | 0.75 | 0 | 0.44 | 259.63 | 0.6 | 0.35 |
| Hex | 47 | 24 | 8F | 32 | 4B | 0 | 2C | 104 | 3C | 23 |
| Octal | 107 | 44 | 217 | 62 | 113 | 0 | 54 | 404 | 74 | 43 |
| Binary | 1000111 | 100100 | 10001111 | 110010 | 1001011 | 0 | 101100 | 100000100 | 111100 | 100011 |
Color Harmonies of #47248F
Complementary color
Monochromatic Colors of #47248F
Black with #47248F
Text Example
Text Example
White with #47248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47248F; }
p { color: rgb(71,36,143); }
H1.HeaderClassName
{
color: #47248F;
}
.AnyTagClassName
{
color: #47248F;
}
</style>
background-color css
<style>
a { background-color: #47248F; }
a { background-color: rgb(71,36,143); }
div.DivClassName
{
background-color: #47248F;
}
.BgClassName
{
background-color: #47248F;
}
</style>
border-color css
<style>
span { border-color: #47248F; }
span { border-color: rgb(71,36,143); }
td.TdClassName
{
border-color: #47248F;
}
.TagClassName
{
border-color: #47248F;
}
</style>