Shades of Windsor #49287F
Tints of Windsor #49287F
RGB
CMYK
RGB Variations
Color information
#49287F (or 0x49287F) is known color: Windsor. HEX triplet: 49, 28 and 7F. RGB value is (73,40,127). Sum of RGB (Red+Green+Blue) = 73+40+127=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #49287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49287F is #B6D780. Grayscale: #3B3B3B. Windows color (decimal): -11982721 or 8333385. OLE color: 8333385.
HSL color Cylindrical-coordinate representation of color #49287F: hue angle of 262.76º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49287F is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 40 | 127 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.50 |
| HSL | 262.76º | 0.52% | 0.33% | - |
| HSV(B) | 262.76º | 0.69% | 0.5% | - |
| XYZ | 7.34 | 4.47 | 20.55 | - |
| YUV | 59.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 127 | 0.43 | 0.69 | 0 | 0.50 | 262.76 | 0.52 | 0.33 |
| Hex | 49 | 28 | 7F | 2B | 45 | 0 | 32 | 107 | 34 | 21 |
| Octal | 111 | 50 | 177 | 53 | 105 | 0 | 62 | 407 | 64 | 41 |
| Binary | 1001001 | 101000 | 1111111 | 101011 | 1000101 | 0 | 110010 | 100000111 | 110100 | 100001 |
Color Harmonies of #49287F
Complementary color
Monochromatic Colors of #49287F
Black with #49287F
Text Example
Text Example
White with #49287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49287F; }
p { color: rgb(73,40,127); }
H1.HeaderClassName
{
color: #49287F;
}
.AnyTagClassName
{
color: #49287F;
}
</style>
background-color css
<style>
a { background-color: #49287F; }
a { background-color: rgb(73,40,127); }
div.DivClassName
{
background-color: #49287F;
}
.BgClassName
{
background-color: #49287F;
}
</style>
border-color css
<style>
span { border-color: #49287F; }
span { border-color: rgb(73,40,127); }
td.TdClassName
{
border-color: #49287F;
}
.TagClassName
{
border-color: #49287F;
}
</style>