Shades of Windsor #491D84
Tints of Windsor #491D84
RGB
CMYK
RGB Variations
Color information
#491D84 (or 0x491D84) is known color: Windsor. HEX triplet: 49, 1D and 84. RGB value is (73,29,132). Sum of RGB (Red+Green+Blue) = 73+29+132=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #491D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D84 is #B6E27B. Grayscale: #353535. Windows color (decimal): -11985532 or 8658249. OLE color: 8658249.
HSL color Cylindrical-coordinate representation of color #491D84: hue angle of 265.63º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491D84 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 29 | 132 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.48 |
| HSL | 265.63º | 0.64% | 0.32% | - |
| HSV(B) | 265.63º | 0.78% | 0.52% | - |
| XYZ | 7.35 | 3.96 | 22.21 | - |
| YUV | 53.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 132 | 0.45 | 0.78 | 0 | 0.48 | 265.63 | 0.64 | 0.32 |
| Hex | 49 | 1D | 84 | 2D | 4E | 0 | 30 | 10A | 40 | 20 |
| Octal | 111 | 35 | 204 | 55 | 116 | 0 | 60 | 412 | 100 | 40 |
| Binary | 1001001 | 11101 | 10000100 | 101101 | 1001110 | 0 | 110000 | 100001010 | 1000000 | 100000 |
Color Harmonies of #491D84
Complementary color
Monochromatic Colors of #491D84
Black with #491D84
Text Example
Text Example
White with #491D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D84; }
p { color: rgb(73,29,132); }
H1.HeaderClassName
{
color: #491D84;
}
.AnyTagClassName
{
color: #491D84;
}
</style>
background-color css
<style>
a { background-color: #491D84; }
a { background-color: rgb(73,29,132); }
div.DivClassName
{
background-color: #491D84;
}
.BgClassName
{
background-color: #491D84;
}
</style>
border-color css
<style>
span { border-color: #491D84; }
span { border-color: rgb(73,29,132); }
td.TdClassName
{
border-color: #491D84;
}
.TagClassName
{
border-color: #491D84;
}
</style>