Shades of Windsor #491D82
Tints of Windsor #491D82
RGB
CMYK
RGB Variations
Color information
#491D82 (or 0x491D82) is known color: Windsor. HEX triplet: 49, 1D and 82. RGB value is (73,29,130). Sum of RGB (Red+Green+Blue) = 73+29+130=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #491D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D82 is #B6E27D. Grayscale: #353535. Windows color (decimal): -11985534 or 8527177. OLE color: 8527177.
HSL color Cylindrical-coordinate representation of color #491D82: hue angle of 266.14º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491D82 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 29 | 130 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.49 |
| HSL | 266.14º | 0.64% | 0.31% | - |
| HSV(B) | 266.14º | 0.78% | 0.51% | - |
| XYZ | 7.22 | 3.91 | 21.49 | - |
| YUV | 53.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 130 | 0.44 | 0.78 | 0 | 0.49 | 266.14 | 0.64 | 0.31 |
| Hex | 49 | 1D | 82 | 2C | 4E | 0 | 31 | 10A | 40 | 1F |
| Octal | 111 | 35 | 202 | 54 | 116 | 0 | 61 | 412 | 100 | 37 |
| Binary | 1001001 | 11101 | 10000010 | 101100 | 1001110 | 0 | 110001 | 100001010 | 1000000 | 11111 |
Color Harmonies of #491D82
Complementary color
Monochromatic Colors of #491D82
Black with #491D82
Text Example
Text Example
White with #491D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D82; }
p { color: rgb(73,29,130); }
H1.HeaderClassName
{
color: #491D82;
}
.AnyTagClassName
{
color: #491D82;
}
</style>
background-color css
<style>
a { background-color: #491D82; }
a { background-color: rgb(73,29,130); }
div.DivClassName
{
background-color: #491D82;
}
.BgClassName
{
background-color: #491D82;
}
</style>
border-color css
<style>
span { border-color: #491D82; }
span { border-color: rgb(73,29,130); }
td.TdClassName
{
border-color: #491D82;
}
.TagClassName
{
border-color: #491D82;
}
</style>