Shades of Windsor #491C90
Tints of Windsor #491C90
RGB
CMYK
RGB Variations
Color information
#491C90 (or 0x491C90) is known color: Windsor. HEX triplet: 49, 1C and 90. RGB value is (73,28,144). Sum of RGB (Red+Green+Blue) = 73+28+144=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #491C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491C90 is #B6E36F. Grayscale: #363636. Windows color (decimal): -11985776 or 9444425. OLE color: 9444425.
HSL color Cylindrical-coordinate representation of color #491C90: hue angle of 263.28º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491C90 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 28 | 144 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.44 |
| HSL | 263.28º | 0.67% | 0.34% | - |
| HSV(B) | 263.28º | 0.81% | 0.56% | - |
| XYZ | 8.2 | 4.26 | 26.78 | - |
| YUV | 54.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 144 | 0.49 | 0.81 | 0 | 0.44 | 263.28 | 0.67 | 0.34 |
| Hex | 49 | 1C | 90 | 31 | 51 | 0 | 2C | 107 | 43 | 22 |
| Octal | 111 | 34 | 220 | 61 | 121 | 0 | 54 | 407 | 103 | 42 |
| Binary | 1001001 | 11100 | 10010000 | 110001 | 1010001 | 0 | 101100 | 100000111 | 1000011 | 100010 |
Color Harmonies of #491C90
Complementary color
Monochromatic Colors of #491C90
Black with #491C90
Text Example
Text Example
White with #491C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C90; }
p { color: rgb(73,28,144); }
H1.HeaderClassName
{
color: #491C90;
}
.AnyTagClassName
{
color: #491C90;
}
</style>
background-color css
<style>
a { background-color: #491C90; }
a { background-color: rgb(73,28,144); }
div.DivClassName
{
background-color: #491C90;
}
.BgClassName
{
background-color: #491C90;
}
</style>
border-color css
<style>
span { border-color: #491C90; }
span { border-color: rgb(73,28,144); }
td.TdClassName
{
border-color: #491C90;
}
.TagClassName
{
border-color: #491C90;
}
</style>