Shades of Windsor #491C8C
Tints of Windsor #491C8C
RGB
CMYK
RGB Variations
Color information
#491C8C (or 0x491C8C) is known color: Windsor. HEX triplet: 49, 1C and 8C. RGB value is (73,28,140). Sum of RGB (Red+Green+Blue) = 73+28+140=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #491C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491C8C is #B6E373. Grayscale: #353535. Windows color (decimal): -11985780 or 9182281. OLE color: 9182281.
HSL color Cylindrical-coordinate representation of color #491C8C: hue angle of 264.11º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491C8C is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 28 | 140 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.45 |
| HSL | 264.11º | 0.67% | 0.33% | - |
| HSV(B) | 264.11º | 0.8% | 0.55% | - |
| XYZ | 7.9 | 4.14 | 25.19 | - |
| YUV | 54.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 140 | 0.48 | 0.80 | 0 | 0.45 | 264.11 | 0.67 | 0.33 |
| Hex | 49 | 1C | 8C | 30 | 50 | 0 | 2D | 108 | 43 | 21 |
| Octal | 111 | 34 | 214 | 60 | 120 | 0 | 55 | 410 | 103 | 41 |
| Binary | 1001001 | 11100 | 10001100 | 110000 | 1010000 | 0 | 101101 | 100001000 | 1000011 | 100001 |
Color Harmonies of #491C8C
Complementary color
Monochromatic Colors of #491C8C
Black with #491C8C
Text Example
Text Example
White with #491C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C8C; }
p { color: rgb(73,28,140); }
H1.HeaderClassName
{
color: #491C8C;
}
.AnyTagClassName
{
color: #491C8C;
}
</style>
background-color css
<style>
a { background-color: #491C8C; }
a { background-color: rgb(73,28,140); }
div.DivClassName
{
background-color: #491C8C;
}
.BgClassName
{
background-color: #491C8C;
}
</style>
border-color css
<style>
span { border-color: #491C8C; }
span { border-color: rgb(73,28,140); }
td.TdClassName
{
border-color: #491C8C;
}
.TagClassName
{
border-color: #491C8C;
}
</style>