Shades of Windsor #4D3777
Tints of Windsor #4D3777
RGB
CMYK
RGB Variations
Color information
#4D3777 (or 0x4D3777) is known color: Windsor. HEX triplet: 4D, 37 and 77. RGB value is (77,55,119). Sum of RGB (Red+Green+Blue) = 77+55+119=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D3777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3777 is #B2C888. Grayscale: #444444. Windows color (decimal): -11716745 or 7812941. OLE color: 7812941.
HSL color Cylindrical-coordinate representation of color #4D3777: hue angle of 260.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D3777 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 55 | 119 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.53 |
| HSL | 260.63º | 0.37% | 0.34% | - |
| HSV(B) | 260.63º | 0.54% | 0.47% | - |
| XYZ | 7.76 | 5.64 | 18.13 | - |
| YUV | 68.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 119 | 0.35 | 0.54 | 0 | 0.53 | 260.63 | 0.37 | 0.34 |
| Hex | 4D | 37 | 77 | 23 | 36 | 0 | 35 | 105 | 25 | 22 |
| Octal | 115 | 67 | 167 | 43 | 66 | 0 | 65 | 405 | 45 | 42 |
| Binary | 1001101 | 110111 | 1110111 | 100011 | 110110 | 0 | 110101 | 100000101 | 100101 | 100010 |
Color Harmonies of #4D3777
Complementary color
Monochromatic Colors of #4D3777
Black with #4D3777
Text Example
Text Example
White with #4D3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3777; }
p { color: rgb(77,55,119); }
H1.HeaderClassName
{
color: #4D3777;
}
.AnyTagClassName
{
color: #4D3777;
}
</style>
background-color css
<style>
a { background-color: #4D3777; }
a { background-color: rgb(77,55,119); }
div.DivClassName
{
background-color: #4D3777;
}
.BgClassName
{
background-color: #4D3777;
}
</style>
border-color css
<style>
span { border-color: #4D3777; }
span { border-color: rgb(77,55,119); }
td.TdClassName
{
border-color: #4D3777;
}
.TagClassName
{
border-color: #4D3777;
}
</style>