Shades of Windsor #491A91
Tints of Windsor #491A91
RGB
CMYK
RGB Variations
Color information
#491A91 (or 0x491A91) is known color: Windsor. HEX triplet: 49, 1A and 91. RGB value is (73,26,145). Sum of RGB (Red+Green+Blue) = 73+26+145=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #491A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491A91 is #B6E56E. Grayscale: #353535. Windows color (decimal): -11986287 or 9509449. OLE color: 9509449.
HSL color Cylindrical-coordinate representation of color #491A91: hue angle of 263.7º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491A91 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 26 | 145 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.43 |
| HSL | 263.7º | 0.7% | 0.34% | - |
| HSV(B) | 263.7º | 0.82% | 0.57% | - |
| XYZ | 8.23 | 4.2 | 27.17 | - |
| YUV | 53.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 145 | 0.50 | 0.82 | 0 | 0.43 | 263.7 | 0.7 | 0.34 |
| Hex | 49 | 1A | 91 | 32 | 52 | 0 | 2B | 108 | 46 | 22 |
| Octal | 111 | 32 | 221 | 62 | 122 | 0 | 53 | 410 | 106 | 42 |
| Binary | 1001001 | 11010 | 10010001 | 110010 | 1010010 | 0 | 101011 | 100001000 | 1000110 | 100010 |
Color Harmonies of #491A91
Complementary color
Monochromatic Colors of #491A91
Black with #491A91
Text Example
Text Example
White with #491A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A91; }
p { color: rgb(73,26,145); }
H1.HeaderClassName
{
color: #491A91;
}
.AnyTagClassName
{
color: #491A91;
}
</style>
background-color css
<style>
a { background-color: #491A91; }
a { background-color: rgb(73,26,145); }
div.DivClassName
{
background-color: #491A91;
}
.BgClassName
{
background-color: #491A91;
}
</style>
border-color css
<style>
span { border-color: #491A91; }
span { border-color: rgb(73,26,145); }
td.TdClassName
{
border-color: #491A91;
}
.TagClassName
{
border-color: #491A91;
}
</style>