Shades of Windsor #491985
Tints of Windsor #491985
RGB
CMYK
RGB Variations
Color information
#491985 (or 0x491985) is known color: Windsor. HEX triplet: 49, 19 and 85. RGB value is (73,25,133). Sum of RGB (Red+Green+Blue) = 73+25+133=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #491985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491985 is #B6E67A. Grayscale: #333333. Windows color (decimal): -11986555 or 8722761. OLE color: 8722761.
HSL color Cylindrical-coordinate representation of color #491985: hue angle of 266.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491985 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 25 | 133 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.48 |
| HSL | 266.67º | 0.68% | 0.31% | - |
| HSV(B) | 266.67º | 0.81% | 0.52% | - |
| XYZ | 7.33 | 3.81 | 22.54 | - |
| YUV | 51.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 133 | 0.45 | 0.81 | 0 | 0.48 | 266.67 | 0.68 | 0.31 |
| Hex | 49 | 19 | 85 | 2D | 51 | 0 | 30 | 10B | 44 | 1F |
| Octal | 111 | 31 | 205 | 55 | 121 | 0 | 60 | 413 | 104 | 37 |
| Binary | 1001001 | 11001 | 10000101 | 101101 | 1010001 | 0 | 110000 | 100001011 | 1000100 | 11111 |
Color Harmonies of #491985
Complementary color
Monochromatic Colors of #491985
Black with #491985
Text Example
Text Example
White with #491985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491985; }
p { color: rgb(73,25,133); }
H1.HeaderClassName
{
color: #491985;
}
.AnyTagClassName
{
color: #491985;
}
</style>
background-color css
<style>
a { background-color: #491985; }
a { background-color: rgb(73,25,133); }
div.DivClassName
{
background-color: #491985;
}
.BgClassName
{
background-color: #491985;
}
</style>
border-color css
<style>
span { border-color: #491985; }
span { border-color: rgb(73,25,133); }
td.TdClassName
{
border-color: #491985;
}
.TagClassName
{
border-color: #491985;
}
</style>