Shades of Windsor #4A217F
Tints of Windsor #4A217F
RGB
CMYK
RGB Variations
Color information
#4A217F (or 0x4A217F) is known color: Windsor. HEX triplet: 4A, 21 and 7F. RGB value is (74,33,127). Sum of RGB (Red+Green+Blue) = 74+33+127=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A217F is #B5DE80. Grayscale: #373737. Windows color (decimal): -11918977 or 8331594. OLE color: 8331594.
HSL color Cylindrical-coordinate representation of color #4A217F: hue angle of 266.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A217F is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 33 | 127 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.50 |
| HSL | 266.17º | 0.59% | 0.31% | - |
| HSV(B) | 266.17º | 0.74% | 0.5% | - |
| XYZ | 7.2 | 4.08 | 20.49 | - |
| YUV | 55.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 127 | 0.42 | 0.74 | 0 | 0.50 | 266.17 | 0.59 | 0.31 |
| Hex | 4A | 21 | 7F | 2A | 4A | 0 | 32 | 10A | 3B | 1F |
| Octal | 112 | 41 | 177 | 52 | 112 | 0 | 62 | 412 | 73 | 37 |
| Binary | 1001010 | 100001 | 1111111 | 101010 | 1001010 | 0 | 110010 | 100001010 | 111011 | 11111 |
Color Harmonies of #4A217F
Complementary color
Monochromatic Colors of #4A217F
Black with #4A217F
Text Example
Text Example
White with #4A217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A217F; }
p { color: rgb(74,33,127); }
H1.HeaderClassName
{
color: #4A217F;
}
.AnyTagClassName
{
color: #4A217F;
}
</style>
background-color css
<style>
a { background-color: #4A217F; }
a { background-color: rgb(74,33,127); }
div.DivClassName
{
background-color: #4A217F;
}
.BgClassName
{
background-color: #4A217F;
}
</style>
border-color css
<style>
span { border-color: #4A217F; }
span { border-color: rgb(74,33,127); }
td.TdClassName
{
border-color: #4A217F;
}
.TagClassName
{
border-color: #4A217F;
}
</style>