Shades of Windsor #4A1F84
Tints of Windsor #4A1F84
RGB
CMYK
RGB Variations
Color information
#4A1F84 (or 0x4A1F84) is known color: Windsor. HEX triplet: 4A, 1F and 84. RGB value is (74,31,132). Sum of RGB (Red+Green+Blue) = 74+31+132=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A1F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1F84 is #B5E07B. Grayscale: #373737. Windows color (decimal): -11919484 or 8658762. OLE color: 8658762.
HSL color Cylindrical-coordinate representation of color #4A1F84: hue angle of 265.54º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1F84 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 31 | 132 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.48 |
| HSL | 265.54º | 0.62% | 0.32% | - |
| HSV(B) | 265.54º | 0.77% | 0.52% | - |
| XYZ | 7.48 | 4.1 | 22.23 | - |
| YUV | 55.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 132 | 0.44 | 0.77 | 0 | 0.48 | 265.54 | 0.62 | 0.32 |
| Hex | 4A | 1F | 84 | 2C | 4D | 0 | 30 | 10A | 3E | 20 |
| Octal | 112 | 37 | 204 | 54 | 115 | 0 | 60 | 412 | 76 | 40 |
| Binary | 1001010 | 11111 | 10000100 | 101100 | 1001101 | 0 | 110000 | 100001010 | 111110 | 100000 |
Color Harmonies of #4A1F84
Complementary color
Monochromatic Colors of #4A1F84
Black with #4A1F84
Text Example
Text Example
White with #4A1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F84; }
p { color: rgb(74,31,132); }
H1.HeaderClassName
{
color: #4A1F84;
}
.AnyTagClassName
{
color: #4A1F84;
}
</style>
background-color css
<style>
a { background-color: #4A1F84; }
a { background-color: rgb(74,31,132); }
div.DivClassName
{
background-color: #4A1F84;
}
.BgClassName
{
background-color: #4A1F84;
}
</style>
border-color css
<style>
span { border-color: #4A1F84; }
span { border-color: rgb(74,31,132); }
td.TdClassName
{
border-color: #4A1F84;
}
.TagClassName
{
border-color: #4A1F84;
}
</style>