Shades of Windsor #4D2384
Tints of Windsor #4D2384
RGB
CMYK
RGB Variations
Color information
#4D2384 (or 0x4D2384) is known color: Windsor. HEX triplet: 4D, 23 and 84. RGB value is (77,35,132). Sum of RGB (Red+Green+Blue) = 77+35+132=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D2384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2384 is #B2DC7B. Grayscale: #3A3A3A. Windows color (decimal): -11721852 or 8659789. OLE color: 8659789.
HSL color Cylindrical-coordinate representation of color #4D2384: hue angle of 265.98º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D2384 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 35 | 132 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.48 |
| HSL | 265.98º | 0.58% | 0.33% | - |
| HSV(B) | 265.98º | 0.73% | 0.52% | - |
| XYZ | 7.83 | 4.45 | 22.28 | - |
| YUV | 58.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 132 | 0.42 | 0.73 | 0 | 0.48 | 265.98 | 0.58 | 0.33 |
| Hex | 4D | 23 | 84 | 2A | 49 | 0 | 30 | 10A | 3A | 21 |
| Octal | 115 | 43 | 204 | 52 | 111 | 0 | 60 | 412 | 72 | 41 |
| Binary | 1001101 | 100011 | 10000100 | 101010 | 1001001 | 0 | 110000 | 100001010 | 111010 | 100001 |
Color Harmonies of #4D2384
Complementary color
Monochromatic Colors of #4D2384
Black with #4D2384
Text Example
Text Example
White with #4D2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2384; }
p { color: rgb(77,35,132); }
H1.HeaderClassName
{
color: #4D2384;
}
.AnyTagClassName
{
color: #4D2384;
}
</style>
background-color css
<style>
a { background-color: #4D2384; }
a { background-color: rgb(77,35,132); }
div.DivClassName
{
background-color: #4D2384;
}
.BgClassName
{
background-color: #4D2384;
}
</style>
border-color css
<style>
span { border-color: #4D2384; }
span { border-color: rgb(77,35,132); }
td.TdClassName
{
border-color: #4D2384;
}
.TagClassName
{
border-color: #4D2384;
}
</style>