Shades of Windsor #491F7C
Tints of Windsor #491F7C
RGB
CMYK
RGB Variations
Color information
#491F7C (or 0x491F7C) is known color: Windsor. HEX triplet: 49, 1F and 7C. RGB value is (73,31,124). Sum of RGB (Red+Green+Blue) = 73+31+124=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #491F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F7C is #B6E083. Grayscale: #353535. Windows color (decimal): -11985028 or 8134473. OLE color: 8134473.
HSL color Cylindrical-coordinate representation of color #491F7C: hue angle of 267.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491F7C is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 31 | 124 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.51 |
| HSL | 267.1º | 0.6% | 0.3% | - |
| HSV(B) | 267.1º | 0.75% | 0.49% | - |
| XYZ | 6.88 | 3.85 | 19.45 | - |
| YUV | 54.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 124 | 0.41 | 0.75 | 0 | 0.51 | 267.1 | 0.6 | 0.3 |
| Hex | 49 | 1F | 7C | 29 | 4B | 0 | 33 | 10B | 3C | 1E |
| Octal | 111 | 37 | 174 | 51 | 113 | 0 | 63 | 413 | 74 | 36 |
| Binary | 1001001 | 11111 | 1111100 | 101001 | 1001011 | 0 | 110011 | 100001011 | 111100 | 11110 |
Color Harmonies of #491F7C
Complementary color
Monochromatic Colors of #491F7C
Black with #491F7C
Text Example
Text Example
White with #491F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F7C; }
p { color: rgb(73,31,124); }
H1.HeaderClassName
{
color: #491F7C;
}
.AnyTagClassName
{
color: #491F7C;
}
</style>
background-color css
<style>
a { background-color: #491F7C; }
a { background-color: rgb(73,31,124); }
div.DivClassName
{
background-color: #491F7C;
}
.BgClassName
{
background-color: #491F7C;
}
</style>
border-color css
<style>
span { border-color: #491F7C; }
span { border-color: rgb(73,31,124); }
td.TdClassName
{
border-color: #491F7C;
}
.TagClassName
{
border-color: #491F7C;
}
</style>