Shades of Windsor #47218D
Tints of Windsor #47218D
RGB
CMYK
RGB Variations
Color information
#47218D (or 0x47218D) is known color: Windsor. HEX triplet: 47, 21 and 8D. RGB value is (71,33,141). Sum of RGB (Red+Green+Blue) = 71+33+141=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #47218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47218D is #B8DE72. Grayscale: #383838. Windows color (decimal): -12115571 or 9249095. OLE color: 9249095.
HSL color Cylindrical-coordinate representation of color #47218D: hue angle of 261.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47218D is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 33 | 141 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.45 |
| HSL | 261.11º | 0.62% | 0.34% | - |
| HSV(B) | 261.11º | 0.77% | 0.55% | - |
| XYZ | 7.95 | 4.35 | 25.62 | - |
| YUV | 56.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 141 | 0.50 | 0.77 | 0 | 0.45 | 261.11 | 0.62 | 0.34 |
| Hex | 47 | 21 | 8D | 32 | 4D | 0 | 2D | 105 | 3E | 22 |
| Octal | 107 | 41 | 215 | 62 | 115 | 0 | 55 | 405 | 76 | 42 |
| Binary | 1000111 | 100001 | 10001101 | 110010 | 1001101 | 0 | 101101 | 100000101 | 111110 | 100010 |
Color Harmonies of #47218D
Complementary color
Monochromatic Colors of #47218D
Black with #47218D
Text Example
Text Example
White with #47218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47218D; }
p { color: rgb(71,33,141); }
H1.HeaderClassName
{
color: #47218D;
}
.AnyTagClassName
{
color: #47218D;
}
</style>
background-color css
<style>
a { background-color: #47218D; }
a { background-color: rgb(71,33,141); }
div.DivClassName
{
background-color: #47218D;
}
.BgClassName
{
background-color: #47218D;
}
</style>
border-color css
<style>
span { border-color: #47218D; }
span { border-color: rgb(71,33,141); }
td.TdClassName
{
border-color: #47218D;
}
.TagClassName
{
border-color: #47218D;
}
</style>