Shades of Windsor #47377C
Tints of Windsor #47377C
RGB
CMYK
RGB Variations
Color information
#47377C (or 0x47377C) is known color: Windsor. HEX triplet: 47, 37 and 7C. RGB value is (71,55,124). Sum of RGB (Red+Green+Blue) = 71+55+124=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #47377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47377C is #B8C883. Grayscale: #434343. Windows color (decimal): -12109956 or 8140615. OLE color: 8140615.
HSL color Cylindrical-coordinate representation of color #47377C: hue angle of 253.91º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47377C is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 55 | 124 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.51 |
| HSL | 253.91º | 0.39% | 0.35% | - |
| HSV(B) | 253.91º | 0.56% | 0.49% | - |
| XYZ | 7.6 | 5.53 | 19.73 | - |
| YUV | 67.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 124 | 0.43 | 0.56 | 0 | 0.51 | 253.91 | 0.39 | 0.35 |
| Hex | 47 | 37 | 7C | 2B | 38 | 0 | 33 | FE | 27 | 23 |
| Octal | 107 | 67 | 174 | 53 | 70 | 0 | 63 | 376 | 47 | 43 |
| Binary | 1000111 | 110111 | 1111100 | 101011 | 111000 | 0 | 110011 | 11111110 | 100111 | 100011 |
Color Harmonies of #47377C
Complementary color
Monochromatic Colors of #47377C
Black with #47377C
Text Example
Text Example
White with #47377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47377C; }
p { color: rgb(71,55,124); }
H1.HeaderClassName
{
color: #47377C;
}
.AnyTagClassName
{
color: #47377C;
}
</style>
background-color css
<style>
a { background-color: #47377C; }
a { background-color: rgb(71,55,124); }
div.DivClassName
{
background-color: #47377C;
}
.BgClassName
{
background-color: #47377C;
}
</style>
border-color css
<style>
span { border-color: #47377C; }
span { border-color: rgb(71,55,124); }
td.TdClassName
{
border-color: #47377C;
}
.TagClassName
{
border-color: #47377C;
}
</style>