Shades of Windsor #4D2083
Tints of Windsor #4D2083
RGB
CMYK
RGB Variations
Color information
#4D2083 (or 0x4D2083) is known color: Windsor. HEX triplet: 4D, 20 and 83. RGB value is (77,32,131). Sum of RGB (Red+Green+Blue) = 77+32+131=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D2083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2083 is #B2DF7C. Grayscale: #383838. Windows color (decimal): -11722621 or 8593485. OLE color: 8593485.
HSL color Cylindrical-coordinate representation of color #4D2083: hue angle of 267.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D2083 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 32 | 131 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.49 |
| HSL | 267.27º | 0.61% | 0.32% | - |
| HSV(B) | 267.27º | 0.76% | 0.51% | - |
| XYZ | 7.67 | 4.25 | 21.89 | - |
| YUV | 56.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 131 | 0.41 | 0.76 | 0 | 0.49 | 267.27 | 0.61 | 0.32 |
| Hex | 4D | 20 | 83 | 29 | 4C | 0 | 31 | 10B | 3D | 20 |
| Octal | 115 | 40 | 203 | 51 | 114 | 0 | 61 | 413 | 75 | 40 |
| Binary | 1001101 | 100000 | 10000011 | 101001 | 1001100 | 0 | 110001 | 100001011 | 111101 | 100000 |
Color Harmonies of #4D2083
Complementary color
Monochromatic Colors of #4D2083
Black with #4D2083
Text Example
Text Example
White with #4D2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2083; }
p { color: rgb(77,32,131); }
H1.HeaderClassName
{
color: #4D2083;
}
.AnyTagClassName
{
color: #4D2083;
}
</style>
background-color css
<style>
a { background-color: #4D2083; }
a { background-color: rgb(77,32,131); }
div.DivClassName
{
background-color: #4D2083;
}
.BgClassName
{
background-color: #4D2083;
}
</style>
border-color css
<style>
span { border-color: #4D2083; }
span { border-color: rgb(77,32,131); }
td.TdClassName
{
border-color: #4D2083;
}
.TagClassName
{
border-color: #4D2083;
}
</style>