Shades of Windsor #491C84
Tints of Windsor #491C84
RGB
CMYK
RGB Variations
Color information
#491C84 (or 0x491C84) is known color: Windsor. HEX triplet: 49, 1C and 84. RGB value is (73,28,132). Sum of RGB (Red+Green+Blue) = 73+28+132=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #491C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491C84 is #B6E37B. Grayscale: #343434. Windows color (decimal): -11985788 or 8657993. OLE color: 8657993.
HSL color Cylindrical-coordinate representation of color #491C84: hue angle of 265.96º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491C84 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 28 | 132 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.48 |
| HSL | 265.96º | 0.65% | 0.31% | - |
| HSV(B) | 265.96º | 0.79% | 0.52% | - |
| XYZ | 7.33 | 3.91 | 22.2 | - |
| YUV | 53.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 132 | 0.45 | 0.79 | 0 | 0.48 | 265.96 | 0.65 | 0.31 |
| Hex | 49 | 1C | 84 | 2D | 4F | 0 | 30 | 10A | 41 | 1F |
| Octal | 111 | 34 | 204 | 55 | 117 | 0 | 60 | 412 | 101 | 37 |
| Binary | 1001001 | 11100 | 10000100 | 101101 | 1001111 | 0 | 110000 | 100001010 | 1000001 | 11111 |
Color Harmonies of #491C84
Complementary color
Monochromatic Colors of #491C84
Black with #491C84
Text Example
Text Example
White with #491C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C84; }
p { color: rgb(73,28,132); }
H1.HeaderClassName
{
color: #491C84;
}
.AnyTagClassName
{
color: #491C84;
}
</style>
background-color css
<style>
a { background-color: #491C84; }
a { background-color: rgb(73,28,132); }
div.DivClassName
{
background-color: #491C84;
}
.BgClassName
{
background-color: #491C84;
}
</style>
border-color css
<style>
span { border-color: #491C84; }
span { border-color: rgb(73,28,132); }
td.TdClassName
{
border-color: #491C84;
}
.TagClassName
{
border-color: #491C84;
}
</style>