Shades of Windsor #47218B
Tints of Windsor #47218B
RGB
CMYK
RGB Variations
Color information
#47218B (or 0x47218B) is known color: Windsor. HEX triplet: 47, 21 and 8B. RGB value is (71,33,139). Sum of RGB (Red+Green+Blue) = 71+33+139=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #47218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47218B is #B8DE74. Grayscale: #383838. Windows color (decimal): -12115573 or 9118023. OLE color: 9118023.
HSL color Cylindrical-coordinate representation of color #47218B: hue angle of 261.51º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47218B is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 33 | 139 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.45 |
| HSL | 261.51º | 0.62% | 0.34% | - |
| HSV(B) | 261.51º | 0.76% | 0.55% | - |
| XYZ | 7.8 | 4.29 | 24.84 | - |
| YUV | 56.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 139 | 0.49 | 0.76 | 0 | 0.45 | 261.51 | 0.62 | 0.34 |
| Hex | 47 | 21 | 8B | 31 | 4C | 0 | 2D | 106 | 3E | 22 |
| Octal | 107 | 41 | 213 | 61 | 114 | 0 | 55 | 406 | 76 | 42 |
| Binary | 1000111 | 100001 | 10001011 | 110001 | 1001100 | 0 | 101101 | 100000110 | 111110 | 100010 |
Color Harmonies of #47218B
Complementary color
Monochromatic Colors of #47218B
Black with #47218B
Text Example
Text Example
White with #47218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47218B; }
p { color: rgb(71,33,139); }
H1.HeaderClassName
{
color: #47218B;
}
.AnyTagClassName
{
color: #47218B;
}
</style>
background-color css
<style>
a { background-color: #47218B; }
a { background-color: rgb(71,33,139); }
div.DivClassName
{
background-color: #47218B;
}
.BgClassName
{
background-color: #47218B;
}
</style>
border-color css
<style>
span { border-color: #47218B; }
span { border-color: rgb(71,33,139); }
td.TdClassName
{
border-color: #47218B;
}
.TagClassName
{
border-color: #47218B;
}
</style>