Shades of Windsor #4D2388
Tints of Windsor #4D2388
RGB
CMYK
RGB Variations
Color information
#4D2388 (or 0x4D2388) is known color: Windsor. HEX triplet: 4D, 23 and 88. RGB value is (77,35,136). Sum of RGB (Red+Green+Blue) = 77+35+136=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D2388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2388 is #B2DC77. Grayscale: #3A3A3A. Windows color (decimal): -11721848 or 8921933. OLE color: 8921933.
HSL color Cylindrical-coordinate representation of color #4D2388: hue angle of 264.95º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2388 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 35 | 136 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.47 |
| HSL | 264.95º | 0.59% | 0.34% | - |
| HSV(B) | 264.95º | 0.74% | 0.53% | - |
| XYZ | 8.11 | 4.56 | 23.75 | - |
| YUV | 59.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 136 | 0.43 | 0.74 | 0 | 0.47 | 264.95 | 0.59 | 0.34 |
| Hex | 4D | 23 | 88 | 2B | 4A | 0 | 2F | 109 | 3B | 22 |
| Octal | 115 | 43 | 210 | 53 | 112 | 0 | 57 | 411 | 73 | 42 |
| Binary | 1001101 | 100011 | 10001000 | 101011 | 1001010 | 0 | 101111 | 100001001 | 111011 | 100010 |
Color Harmonies of #4D2388
Complementary color
Monochromatic Colors of #4D2388
Black with #4D2388
Text Example
Text Example
White with #4D2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2388; }
p { color: rgb(77,35,136); }
H1.HeaderClassName
{
color: #4D2388;
}
.AnyTagClassName
{
color: #4D2388;
}
</style>
background-color css
<style>
a { background-color: #4D2388; }
a { background-color: rgb(77,35,136); }
div.DivClassName
{
background-color: #4D2388;
}
.BgClassName
{
background-color: #4D2388;
}
</style>
border-color css
<style>
span { border-color: #4D2388; }
span { border-color: rgb(77,35,136); }
td.TdClassName
{
border-color: #4D2388;
}
.TagClassName
{
border-color: #4D2388;
}
</style>