Shades of Windsor #491F83
Tints of Windsor #491F83
RGB
CMYK
RGB Variations
Color information
#491F83 (or 0x491F83) is known color: Windsor. HEX triplet: 49, 1F and 83. RGB value is (73,31,131). Sum of RGB (Red+Green+Blue) = 73+31+131=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #491F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491F83 is #B6E07C. Grayscale: #363636. Windows color (decimal): -11985021 or 8593225. OLE color: 8593225.
HSL color Cylindrical-coordinate representation of color #491F83: hue angle of 265.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491F83 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 31 | 131 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.49 |
| HSL | 265.2º | 0.62% | 0.32% | - |
| HSV(B) | 265.2º | 0.76% | 0.51% | - |
| XYZ | 7.33 | 4.04 | 21.87 | - |
| YUV | 54.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 131 | 0.44 | 0.76 | 0 | 0.49 | 265.2 | 0.62 | 0.32 |
| Hex | 49 | 1F | 83 | 2C | 4C | 0 | 31 | 109 | 3E | 20 |
| Octal | 111 | 37 | 203 | 54 | 114 | 0 | 61 | 411 | 76 | 40 |
| Binary | 1001001 | 11111 | 10000011 | 101100 | 1001100 | 0 | 110001 | 100001001 | 111110 | 100000 |
Color Harmonies of #491F83
Complementary color
Monochromatic Colors of #491F83
Black with #491F83
Text Example
Text Example
White with #491F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F83; }
p { color: rgb(73,31,131); }
H1.HeaderClassName
{
color: #491F83;
}
.AnyTagClassName
{
color: #491F83;
}
</style>
background-color css
<style>
a { background-color: #491F83; }
a { background-color: rgb(73,31,131); }
div.DivClassName
{
background-color: #491F83;
}
.BgClassName
{
background-color: #491F83;
}
</style>
border-color css
<style>
span { border-color: #491F83; }
span { border-color: rgb(73,31,131); }
td.TdClassName
{
border-color: #491F83;
}
.TagClassName
{
border-color: #491F83;
}
</style>