Shades of Windsor #4C1981
Tints of Windsor #4C1981
RGB
CMYK
RGB Variations
Color information
#4C1981 (or 0x4C1981) is known color: Windsor. HEX triplet: 4C, 19 and 81. RGB value is (76,25,129). Sum of RGB (Red+Green+Blue) = 76+25+129=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C1981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1981 is #B3E67E. Grayscale: #333333. Windows color (decimal): -11789951 or 8460620. OLE color: 8460620.
HSL color Cylindrical-coordinate representation of color #4C1981: hue angle of 269.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1981 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 25 | 129 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.49 |
| HSL | 269.42º | 0.68% | 0.3% | - |
| HSV(B) | 269.42º | 0.81% | 0.51% | - |
| XYZ | 7.29 | 3.82 | 21.12 | - |
| YUV | 52.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 129 | 0.41 | 0.81 | 0 | 0.49 | 269.42 | 0.68 | 0.3 |
| Hex | 4C | 19 | 81 | 29 | 51 | 0 | 31 | 10D | 44 | 1E |
| Octal | 114 | 31 | 201 | 51 | 121 | 0 | 61 | 415 | 104 | 36 |
| Binary | 1001100 | 11001 | 10000001 | 101001 | 1010001 | 0 | 110001 | 100001101 | 1000100 | 11110 |
Color Harmonies of #4C1981
Complementary color
Monochromatic Colors of #4C1981
Black with #4C1981
Text Example
Text Example
White with #4C1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1981; }
p { color: rgb(76,25,129); }
H1.HeaderClassName
{
color: #4C1981;
}
.AnyTagClassName
{
color: #4C1981;
}
</style>
background-color css
<style>
a { background-color: #4C1981; }
a { background-color: rgb(76,25,129); }
div.DivClassName
{
background-color: #4C1981;
}
.BgClassName
{
background-color: #4C1981;
}
</style>
border-color css
<style>
span { border-color: #4C1981; }
span { border-color: rgb(76,25,129); }
td.TdClassName
{
border-color: #4C1981;
}
.TagClassName
{
border-color: #4C1981;
}
</style>