Shades of Windsor #4D3781
Tints of Windsor #4D3781
RGB
CMYK
RGB Variations
Color information
#4D3781 (or 0x4D3781) is known color: Windsor. HEX triplet: 4D, 37 and 81. RGB value is (77,55,129). Sum of RGB (Red+Green+Blue) = 77+55+129=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D3781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3781 is #B2C87E. Grayscale: #454545. Windows color (decimal): -11716735 or 8468301. OLE color: 8468301.
HSL color Cylindrical-coordinate representation of color #4D3781: hue angle of 257.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3781 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 55 | 129 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.49 |
| HSL | 257.84º | 0.4% | 0.36% | - |
| HSV(B) | 257.84º | 0.57% | 0.51% | - |
| XYZ | 8.39 | 5.9 | 21.46 | - |
| YUV | 70.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 129 | 0.40 | 0.57 | 0 | 0.49 | 257.84 | 0.4 | 0.36 |
| Hex | 4D | 37 | 81 | 28 | 39 | 0 | 31 | 102 | 28 | 24 |
| Octal | 115 | 67 | 201 | 50 | 71 | 0 | 61 | 402 | 50 | 44 |
| Binary | 1001101 | 110111 | 10000001 | 101000 | 111001 | 0 | 110001 | 100000010 | 101000 | 100100 |
Color Harmonies of #4D3781
Complementary color
Monochromatic Colors of #4D3781
Black with #4D3781
Text Example
Text Example
White with #4D3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3781; }
p { color: rgb(77,55,129); }
H1.HeaderClassName
{
color: #4D3781;
}
.AnyTagClassName
{
color: #4D3781;
}
</style>
background-color css
<style>
a { background-color: #4D3781; }
a { background-color: rgb(77,55,129); }
div.DivClassName
{
background-color: #4D3781;
}
.BgClassName
{
background-color: #4D3781;
}
</style>
border-color css
<style>
span { border-color: #4D3781; }
span { border-color: rgb(77,55,129); }
td.TdClassName
{
border-color: #4D3781;
}
.TagClassName
{
border-color: #4D3781;
}
</style>