Shades of Windsor #4A1A8D
Tints of Windsor #4A1A8D
RGB
CMYK
RGB Variations
Color information
#4A1A8D (or 0x4A1A8D) is known color: Windsor. HEX triplet: 4A, 1A and 8D. RGB value is (74,26,141). Sum of RGB (Red+Green+Blue) = 74+26+141=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A1A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1A8D is #B5E572. Grayscale: #353535. Windows color (decimal): -11920755 or 9247306. OLE color: 9247306.
HSL color Cylindrical-coordinate representation of color #4A1A8D: hue angle of 265.04º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1A8D is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 26 | 141 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.45 |
| HSL | 265.04º | 0.69% | 0.33% | - |
| HSV(B) | 265.04º | 0.82% | 0.55% | - |
| XYZ | 8 | 4.12 | 25.57 | - |
| YUV | 53.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 141 | 0.48 | 0.82 | 0 | 0.45 | 265.04 | 0.69 | 0.33 |
| Hex | 4A | 1A | 8D | 30 | 52 | 0 | 2D | 109 | 45 | 21 |
| Octal | 112 | 32 | 215 | 60 | 122 | 0 | 55 | 411 | 105 | 41 |
| Binary | 1001010 | 11010 | 10001101 | 110000 | 1010010 | 0 | 101101 | 100001001 | 1000101 | 100001 |
Color Harmonies of #4A1A8D
Complementary color
Monochromatic Colors of #4A1A8D
Black with #4A1A8D
Text Example
Text Example
White with #4A1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A8D; }
p { color: rgb(74,26,141); }
H1.HeaderClassName
{
color: #4A1A8D;
}
.AnyTagClassName
{
color: #4A1A8D;
}
</style>
background-color css
<style>
a { background-color: #4A1A8D; }
a { background-color: rgb(74,26,141); }
div.DivClassName
{
background-color: #4A1A8D;
}
.BgClassName
{
background-color: #4A1A8D;
}
</style>
border-color css
<style>
span { border-color: #4A1A8D; }
span { border-color: rgb(74,26,141); }
td.TdClassName
{
border-color: #4A1A8D;
}
.TagClassName
{
border-color: #4A1A8D;
}
</style>