Shades of Windsor #4D1F87
Tints of Windsor #4D1F87
RGB
CMYK
RGB Variations
Color information
#4D1F87 (or 0x4D1F87) is known color: Windsor. HEX triplet: 4D, 1F and 87. RGB value is (77,31,135). Sum of RGB (Red+Green+Blue) = 77+31+135=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D1F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1F87 is #B2E078. Grayscale: #383838. Windows color (decimal): -11722873 or 8855373. OLE color: 8855373.
HSL color Cylindrical-coordinate representation of color #4D1F87: hue angle of 266.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1F87 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 31 | 135 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.47 |
| HSL | 266.54º | 0.63% | 0.33% | - |
| HSV(B) | 266.54º | 0.77% | 0.53% | - |
| XYZ | 7.92 | 4.31 | 23.34 | - |
| YUV | 56.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 135 | 0.43 | 0.77 | 0 | 0.47 | 266.54 | 0.63 | 0.33 |
| Hex | 4D | 1F | 87 | 2B | 4D | 0 | 2F | 10B | 3F | 21 |
| Octal | 115 | 37 | 207 | 53 | 115 | 0 | 57 | 413 | 77 | 41 |
| Binary | 1001101 | 11111 | 10000111 | 101011 | 1001101 | 0 | 101111 | 100001011 | 111111 | 100001 |
Color Harmonies of #4D1F87
Complementary color
Monochromatic Colors of #4D1F87
Black with #4D1F87
Text Example
Text Example
White with #4D1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F87; }
p { color: rgb(77,31,135); }
H1.HeaderClassName
{
color: #4D1F87;
}
.AnyTagClassName
{
color: #4D1F87;
}
</style>
background-color css
<style>
a { background-color: #4D1F87; }
a { background-color: rgb(77,31,135); }
div.DivClassName
{
background-color: #4D1F87;
}
.BgClassName
{
background-color: #4D1F87;
}
</style>
border-color css
<style>
span { border-color: #4D1F87; }
span { border-color: rgb(77,31,135); }
td.TdClassName
{
border-color: #4D1F87;
}
.TagClassName
{
border-color: #4D1F87;
}
</style>