Shades of Windsor #49377F
Tints of Windsor #49377F
RGB
CMYK
RGB Variations
Color information
#49377F (or 0x49377F) is known color: Windsor. HEX triplet: 49, 37 and 7F. RGB value is (73,55,127). Sum of RGB (Red+Green+Blue) = 73+55+127=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #49377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49377F is #B6C880. Grayscale: #444444. Windows color (decimal): -11978881 or 8337225. OLE color: 8337225.
HSL color Cylindrical-coordinate representation of color #49377F: hue angle of 255º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49377F is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 55 | 127 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.50 |
| HSL | 255º | 0.4% | 0.36% | - |
| HSV(B) | 255º | 0.57% | 0.5% | - |
| XYZ | 7.94 | 5.68 | 20.76 | - |
| YUV | 68.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 127 | 0.43 | 0.57 | 0 | 0.50 | 255 | 0.4 | 0.36 |
| Hex | 49 | 37 | 7F | 2B | 39 | 0 | 32 | FF | 28 | 24 |
| Octal | 111 | 67 | 177 | 53 | 71 | 0 | 62 | 377 | 50 | 44 |
| Binary | 1001001 | 110111 | 1111111 | 101011 | 111001 | 0 | 110010 | 11111111 | 101000 | 100100 |
Color Harmonies of #49377F
Complementary color
Monochromatic Colors of #49377F
Black with #49377F
Text Example
Text Example
White with #49377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49377F; }
p { color: rgb(73,55,127); }
H1.HeaderClassName
{
color: #49377F;
}
.AnyTagClassName
{
color: #49377F;
}
</style>
background-color css
<style>
a { background-color: #49377F; }
a { background-color: rgb(73,55,127); }
div.DivClassName
{
background-color: #49377F;
}
.BgClassName
{
background-color: #49377F;
}
</style>
border-color css
<style>
span { border-color: #49377F; }
span { border-color: rgb(73,55,127); }
td.TdClassName
{
border-color: #49377F;
}
.TagClassName
{
border-color: #49377F;
}
</style>