Shades of Windsor #49297A
Tints of Windsor #49297A
RGB
CMYK
RGB Variations
Color information
#49297A (or 0x49297A) is known color: Windsor. HEX triplet: 49, 29 and 7A. RGB value is (73,41,122). Sum of RGB (Red+Green+Blue) = 73+41+122=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #49297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49297A is #B6D685. Grayscale: #3B3B3B. Windows color (decimal): -11982470 or 8005961. OLE color: 8005961.
HSL color Cylindrical-coordinate representation of color #49297A: hue angle of 263.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49297A is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 41 | 122 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.52 |
| HSL | 263.7º | 0.5% | 0.32% | - |
| HSV(B) | 263.7º | 0.66% | 0.48% | - |
| XYZ | 7.05 | 4.41 | 18.89 | - |
| YUV | 59.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 122 | 0.40 | 0.66 | 0 | 0.52 | 263.7 | 0.5 | 0.32 |
| Hex | 49 | 29 | 7A | 28 | 42 | 0 | 34 | 108 | 32 | 20 |
| Octal | 111 | 51 | 172 | 50 | 102 | 0 | 64 | 410 | 62 | 40 |
| Binary | 1001001 | 101001 | 1111010 | 101000 | 1000010 | 0 | 110100 | 100001000 | 110010 | 100000 |
Color Harmonies of #49297A
Complementary color
Monochromatic Colors of #49297A
Black with #49297A
Text Example
Text Example
White with #49297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49297A; }
p { color: rgb(73,41,122); }
H1.HeaderClassName
{
color: #49297A;
}
.AnyTagClassName
{
color: #49297A;
}
</style>
background-color css
<style>
a { background-color: #49297A; }
a { background-color: rgb(73,41,122); }
div.DivClassName
{
background-color: #49297A;
}
.BgClassName
{
background-color: #49297A;
}
</style>
border-color css
<style>
span { border-color: #49297A; }
span { border-color: rgb(73,41,122); }
td.TdClassName
{
border-color: #49297A;
}
.TagClassName
{
border-color: #49297A;
}
</style>