Shades of Windsor #49317E
Tints of Windsor #49317E
RGB
CMYK
RGB Variations
Color information
#49317E (or 0x49317E) is known color: Windsor. HEX triplet: 49, 31 and 7E. RGB value is (73,49,126). Sum of RGB (Red+Green+Blue) = 73+49+126=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #49317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49317E is #B6CE81. Grayscale: #404040. Windows color (decimal): -11980418 or 8270153. OLE color: 8270153.
HSL color Cylindrical-coordinate representation of color #49317E: hue angle of 258.7º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49317E is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 49 | 126 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.51 |
| HSL | 258.7º | 0.44% | 0.34% | - |
| HSV(B) | 258.7º | 0.61% | 0.49% | - |
| XYZ | 7.61 | 5.12 | 20.33 | - |
| YUV | 64.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 126 | 0.42 | 0.61 | 0 | 0.51 | 258.7 | 0.44 | 0.34 |
| Hex | 49 | 31 | 7E | 2A | 3D | 0 | 33 | 103 | 2C | 22 |
| Octal | 111 | 61 | 176 | 52 | 75 | 0 | 63 | 403 | 54 | 42 |
| Binary | 1001001 | 110001 | 1111110 | 101010 | 111101 | 0 | 110011 | 100000011 | 101100 | 100010 |
Color Harmonies of #49317E
Complementary color
Monochromatic Colors of #49317E
Black with #49317E
Text Example
Text Example
White with #49317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49317E; }
p { color: rgb(73,49,126); }
H1.HeaderClassName
{
color: #49317E;
}
.AnyTagClassName
{
color: #49317E;
}
</style>
background-color css
<style>
a { background-color: #49317E; }
a { background-color: rgb(73,49,126); }
div.DivClassName
{
background-color: #49317E;
}
.BgClassName
{
background-color: #49317E;
}
</style>
border-color css
<style>
span { border-color: #49317E; }
span { border-color: rgb(73,49,126); }
td.TdClassName
{
border-color: #49317E;
}
.TagClassName
{
border-color: #49317E;
}
</style>