Shades of Windsor #4A1F85
Tints of Windsor #4A1F85
RGB
CMYK
RGB Variations
Color information
#4A1F85 (or 0x4A1F85) is known color: Windsor. HEX triplet: 4A, 1F and 85. RGB value is (74,31,133). Sum of RGB (Red+Green+Blue) = 74+31+133=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A1F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1F85 is #B5E07A. Grayscale: #373737. Windows color (decimal): -11919483 or 8724298. OLE color: 8724298.
HSL color Cylindrical-coordinate representation of color #4A1F85: hue angle of 265.29º 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 #4A1F85 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 31 | 133 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.48 |
| HSL | 265.29º | 0.62% | 0.32% | - |
| HSV(B) | 265.29º | 0.77% | 0.52% | - |
| XYZ | 7.55 | 4.13 | 22.59 | - |
| YUV | 55.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 133 | 0.44 | 0.77 | 0 | 0.48 | 265.29 | 0.62 | 0.32 |
| Hex | 4A | 1F | 85 | 2C | 4D | 0 | 30 | 109 | 3E | 20 |
| Octal | 112 | 37 | 205 | 54 | 115 | 0 | 60 | 411 | 76 | 40 |
| Binary | 1001010 | 11111 | 10000101 | 101100 | 1001101 | 0 | 110000 | 100001001 | 111110 | 100000 |
Color Harmonies of #4A1F85
Complementary color
Monochromatic Colors of #4A1F85
Black with #4A1F85
Text Example
Text Example
White with #4A1F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F85; }
p { color: rgb(74,31,133); }
H1.HeaderClassName
{
color: #4A1F85;
}
.AnyTagClassName
{
color: #4A1F85;
}
</style>
background-color css
<style>
a { background-color: #4A1F85; }
a { background-color: rgb(74,31,133); }
div.DivClassName
{
background-color: #4A1F85;
}
.BgClassName
{
background-color: #4A1F85;
}
</style>
border-color css
<style>
span { border-color: #4A1F85; }
span { border-color: rgb(74,31,133); }
td.TdClassName
{
border-color: #4A1F85;
}
.TagClassName
{
border-color: #4A1F85;
}
</style>