Shades of Windsor #4D1B85
Tints of Windsor #4D1B85
RGB
CMYK
RGB Variations
Color information
#4D1B85 (or 0x4D1B85) is known color: Windsor. HEX triplet: 4D, 1B and 85. RGB value is (77,27,133). Sum of RGB (Red+Green+Blue) = 77+27+133=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D1B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1B85 is #B2E47A. Grayscale: #353535. Windows color (decimal): -11723899 or 8723277. OLE color: 8723277.
HSL color Cylindrical-coordinate representation of color #4D1B85: hue angle of 268.3º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1B85 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 27 | 133 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.48 |
| HSL | 268.3º | 0.66% | 0.31% | - |
| HSV(B) | 268.3º | 0.8% | 0.52% | - |
| XYZ | 7.69 | 4.06 | 22.57 | - |
| YUV | 54.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 133 | 0.42 | 0.80 | 0 | 0.48 | 268.3 | 0.66 | 0.31 |
| Hex | 4D | 1B | 85 | 2A | 50 | 0 | 30 | 10C | 42 | 1F |
| Octal | 115 | 33 | 205 | 52 | 120 | 0 | 60 | 414 | 102 | 37 |
| Binary | 1001101 | 11011 | 10000101 | 101010 | 1010000 | 0 | 110000 | 100001100 | 1000010 | 11111 |
Color Harmonies of #4D1B85
Complementary color
Monochromatic Colors of #4D1B85
Black with #4D1B85
Text Example
Text Example
White with #4D1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B85; }
p { color: rgb(77,27,133); }
H1.HeaderClassName
{
color: #4D1B85;
}
.AnyTagClassName
{
color: #4D1B85;
}
</style>
background-color css
<style>
a { background-color: #4D1B85; }
a { background-color: rgb(77,27,133); }
div.DivClassName
{
background-color: #4D1B85;
}
.BgClassName
{
background-color: #4D1B85;
}
</style>
border-color css
<style>
span { border-color: #4D1B85; }
span { border-color: rgb(77,27,133); }
td.TdClassName
{
border-color: #4D1B85;
}
.TagClassName
{
border-color: #4D1B85;
}
</style>