Shades of Windsor #47228C
Tints of Windsor #47228C
RGB
CMYK
RGB Variations
Color information
#47228C (or 0x47228C) is known color: Windsor. HEX triplet: 47, 22 and 8C. RGB value is (71,34,140). Sum of RGB (Red+Green+Blue) = 71+34+140=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #47228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47228C is #B8DD73. Grayscale: #383838. Windows color (decimal): -12115316 or 9183815. OLE color: 9183815.
HSL color Cylindrical-coordinate representation of color #47228C: hue angle of 260.94º degrees, saturation: 0.61, 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 #47228C is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 34 | 140 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.45 |
| HSL | 260.94º | 0.61% | 0.34% | - |
| HSV(B) | 260.94º | 0.76% | 0.55% | - |
| XYZ | 7.9 | 4.38 | 25.24 | - |
| YUV | 57.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 140 | 0.49 | 0.76 | 0 | 0.45 | 260.94 | 0.61 | 0.34 |
| Hex | 47 | 22 | 8C | 31 | 4C | 0 | 2D | 105 | 3D | 22 |
| Octal | 107 | 42 | 214 | 61 | 114 | 0 | 55 | 405 | 75 | 42 |
| Binary | 1000111 | 100010 | 10001100 | 110001 | 1001100 | 0 | 101101 | 100000101 | 111101 | 100010 |
Color Harmonies of #47228C
Complementary color
Monochromatic Colors of #47228C
Black with #47228C
Text Example
Text Example
White with #47228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47228C; }
p { color: rgb(71,34,140); }
H1.HeaderClassName
{
color: #47228C;
}
.AnyTagClassName
{
color: #47228C;
}
</style>
background-color css
<style>
a { background-color: #47228C; }
a { background-color: rgb(71,34,140); }
div.DivClassName
{
background-color: #47228C;
}
.BgClassName
{
background-color: #47228C;
}
</style>
border-color css
<style>
span { border-color: #47228C; }
span { border-color: rgb(71,34,140); }
td.TdClassName
{
border-color: #47228C;
}
.TagClassName
{
border-color: #47228C;
}
</style>