Shades of Windsor #4A1980
Tints of Windsor #4A1980
RGB
CMYK
RGB Variations
Color information
#4A1980 (or 0x4A1980) is known color: Windsor. HEX triplet: 4A, 19 and 80. RGB value is (74,25,128). Sum of RGB (Red+Green+Blue) = 74+25+128=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A1980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1980 is #B5E67F. Grayscale: #333333. Windows color (decimal): -11921024 or 8395082. OLE color: 8395082.
HSL color Cylindrical-coordinate representation of color #4A1980: hue angle of 268.54º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1980 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 25 | 128 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.50 |
| HSL | 268.54º | 0.67% | 0.3% | - |
| HSV(B) | 268.54º | 0.8% | 0.5% | - |
| XYZ | 7.07 | 3.71 | 20.77 | - |
| YUV | 51.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 128 | 0.42 | 0.80 | 0 | 0.50 | 268.54 | 0.67 | 0.3 |
| Hex | 4A | 19 | 80 | 2A | 50 | 0 | 32 | 10D | 43 | 1E |
| Octal | 112 | 31 | 200 | 52 | 120 | 0 | 62 | 415 | 103 | 36 |
| Binary | 1001010 | 11001 | 10000000 | 101010 | 1010000 | 0 | 110010 | 100001101 | 1000011 | 11110 |
Color Harmonies of #4A1980
Complementary color
Monochromatic Colors of #4A1980
Black with #4A1980
Text Example
Text Example
White with #4A1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1980; }
p { color: rgb(74,25,128); }
H1.HeaderClassName
{
color: #4A1980;
}
.AnyTagClassName
{
color: #4A1980;
}
</style>
background-color css
<style>
a { background-color: #4A1980; }
a { background-color: rgb(74,25,128); }
div.DivClassName
{
background-color: #4A1980;
}
.BgClassName
{
background-color: #4A1980;
}
</style>
border-color css
<style>
span { border-color: #4A1980; }
span { border-color: rgb(74,25,128); }
td.TdClassName
{
border-color: #4A1980;
}
.TagClassName
{
border-color: #4A1980;
}
</style>