Shades of Windsor #491F7E
Tints of Windsor #491F7E
RGB
CMYK
RGB Variations
Color information
#491F7E (or 0x491F7E) is known color: Windsor. HEX triplet: 49, 1F and 7E. RGB value is (73,31,126). Sum of RGB (Red+Green+Blue) = 73+31+126=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #491F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F7E is #B6E081. Grayscale: #363636. Windows color (decimal): -11985026 or 8265545. OLE color: 8265545.
HSL color Cylindrical-coordinate representation of color #491F7E: hue angle of 266.53º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491F7E is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 31 | 126 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.51 |
| HSL | 266.53º | 0.61% | 0.31% | - |
| HSV(B) | 266.53º | 0.75% | 0.49% | - |
| XYZ | 7 | 3.9 | 20.12 | - |
| YUV | 54.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 126 | 0.42 | 0.75 | 0 | 0.51 | 266.53 | 0.61 | 0.31 |
| Hex | 49 | 1F | 7E | 2A | 4B | 0 | 33 | 10B | 3D | 1F |
| Octal | 111 | 37 | 176 | 52 | 113 | 0 | 63 | 413 | 75 | 37 |
| Binary | 1001001 | 11111 | 1111110 | 101010 | 1001011 | 0 | 110011 | 100001011 | 111101 | 11111 |
Color Harmonies of #491F7E
Complementary color
Monochromatic Colors of #491F7E
Black with #491F7E
Text Example
Text Example
White with #491F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F7E; }
p { color: rgb(73,31,126); }
H1.HeaderClassName
{
color: #491F7E;
}
.AnyTagClassName
{
color: #491F7E;
}
</style>
background-color css
<style>
a { background-color: #491F7E; }
a { background-color: rgb(73,31,126); }
div.DivClassName
{
background-color: #491F7E;
}
.BgClassName
{
background-color: #491F7E;
}
</style>
border-color css
<style>
span { border-color: #491F7E; }
span { border-color: rgb(73,31,126); }
td.TdClassName
{
border-color: #491F7E;
}
.TagClassName
{
border-color: #491F7E;
}
</style>