Shades of Windsor #47288B
Tints of Windsor #47288B
RGB
CMYK
RGB Variations
Color information
#47288B (or 0x47288B) is known color: Windsor. HEX triplet: 47, 28 and 8B. RGB value is (71,40,139). Sum of RGB (Red+Green+Blue) = 71+40+139=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #47288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47288B is #B8D774. Grayscale: #3C3C3C. Windows color (decimal): -12113781 or 9119815. OLE color: 9119815.
HSL color Cylindrical-coordinate representation of color #47288B: hue angle of 258.79º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47288B is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 40 | 139 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.45 |
| HSL | 258.79º | 0.55% | 0.35% | - |
| HSV(B) | 258.79º | 0.71% | 0.55% | - |
| XYZ | 8.02 | 4.72 | 24.91 | - |
| YUV | 60.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 139 | 0.49 | 0.71 | 0 | 0.45 | 258.79 | 0.55 | 0.35 |
| Hex | 47 | 28 | 8B | 31 | 47 | 0 | 2D | 103 | 37 | 23 |
| Octal | 107 | 50 | 213 | 61 | 107 | 0 | 55 | 403 | 67 | 43 |
| Binary | 1000111 | 101000 | 10001011 | 110001 | 1000111 | 0 | 101101 | 100000011 | 110111 | 100011 |
Color Harmonies of #47288B
Complementary color
Monochromatic Colors of #47288B
Black with #47288B
Text Example
Text Example
White with #47288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47288B; }
p { color: rgb(71,40,139); }
H1.HeaderClassName
{
color: #47288B;
}
.AnyTagClassName
{
color: #47288B;
}
</style>
background-color css
<style>
a { background-color: #47288B; }
a { background-color: rgb(71,40,139); }
div.DivClassName
{
background-color: #47288B;
}
.BgClassName
{
background-color: #47288B;
}
</style>
border-color css
<style>
span { border-color: #47288B; }
span { border-color: rgb(71,40,139); }
td.TdClassName
{
border-color: #47288B;
}
.TagClassName
{
border-color: #47288B;
}
</style>