Shades of Windsor #4C1C87
Tints of Windsor #4C1C87
RGB
CMYK
RGB Variations
Color information
#4C1C87 (or 0x4C1C87) is known color: Windsor. HEX triplet: 4C, 1C and 87. RGB value is (76,28,135). Sum of RGB (Red+Green+Blue) = 76+28+135=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C1C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1C87 is #B3E378. Grayscale: #363636. Windows color (decimal): -11789177 or 8854604. OLE color: 8854604.
HSL color Cylindrical-coordinate representation of color #4C1C87: hue angle of 266.92º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C1C87 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 28 | 135 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.47 |
| HSL | 266.92º | 0.66% | 0.32% | - |
| HSV(B) | 266.92º | 0.79% | 0.53% | - |
| XYZ | 7.77 | 4.12 | 23.31 | - |
| YUV | 54.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 135 | 0.44 | 0.79 | 0 | 0.47 | 266.92 | 0.66 | 0.32 |
| Hex | 4C | 1C | 87 | 2C | 4F | 0 | 2F | 10B | 42 | 20 |
| Octal | 114 | 34 | 207 | 54 | 117 | 0 | 57 | 413 | 102 | 40 |
| Binary | 1001100 | 11100 | 10000111 | 101100 | 1001111 | 0 | 101111 | 100001011 | 1000010 | 100000 |
Color Harmonies of #4C1C87
Complementary color
Monochromatic Colors of #4C1C87
Black with #4C1C87
Text Example
Text Example
White with #4C1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1C87; }
p { color: rgb(76,28,135); }
H1.HeaderClassName
{
color: #4C1C87;
}
.AnyTagClassName
{
color: #4C1C87;
}
</style>
background-color css
<style>
a { background-color: #4C1C87; }
a { background-color: rgb(76,28,135); }
div.DivClassName
{
background-color: #4C1C87;
}
.BgClassName
{
background-color: #4C1C87;
}
</style>
border-color css
<style>
span { border-color: #4C1C87; }
span { border-color: rgb(76,28,135); }
td.TdClassName
{
border-color: #4C1C87;
}
.TagClassName
{
border-color: #4C1C87;
}
</style>