Shades of Windsor #4D1B83
Tints of Windsor #4D1B83
RGB
CMYK
RGB Variations
Color information
#4D1B83 (or 0x4D1B83) is known color: Windsor. HEX triplet: 4D, 1B and 83. RGB value is (77,27,131). Sum of RGB (Red+Green+Blue) = 77+27+131=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D1B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1B83 is #B2E47C. Grayscale: #353535. Windows color (decimal): -11723901 or 8592205. OLE color: 8592205.
HSL color Cylindrical-coordinate representation of color #4D1B83: hue angle of 268.85º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1B83 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 27 | 131 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.49 |
| HSL | 268.85º | 0.66% | 0.31% | - |
| HSV(B) | 268.85º | 0.79% | 0.51% | - |
| XYZ | 7.55 | 4 | 21.85 | - |
| YUV | 53.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 131 | 0.41 | 0.79 | 0 | 0.49 | 268.85 | 0.66 | 0.31 |
| Hex | 4D | 1B | 83 | 29 | 4F | 0 | 31 | 10D | 42 | 1F |
| Octal | 115 | 33 | 203 | 51 | 117 | 0 | 61 | 415 | 102 | 37 |
| Binary | 1001101 | 11011 | 10000011 | 101001 | 1001111 | 0 | 110001 | 100001101 | 1000010 | 11111 |
Color Harmonies of #4D1B83
Complementary color
Monochromatic Colors of #4D1B83
Black with #4D1B83
Text Example
Text Example
White with #4D1B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B83; }
p { color: rgb(77,27,131); }
H1.HeaderClassName
{
color: #4D1B83;
}
.AnyTagClassName
{
color: #4D1B83;
}
</style>
background-color css
<style>
a { background-color: #4D1B83; }
a { background-color: rgb(77,27,131); }
div.DivClassName
{
background-color: #4D1B83;
}
.BgClassName
{
background-color: #4D1B83;
}
</style>
border-color css
<style>
span { border-color: #4D1B83; }
span { border-color: rgb(77,27,131); }
td.TdClassName
{
border-color: #4D1B83;
}
.TagClassName
{
border-color: #4D1B83;
}
</style>