Shades of Windsor #4D2C85
Tints of Windsor #4D2C85
RGB
CMYK
RGB Variations
Color information
#4D2C85 (or 0x4D2C85) is known color: Windsor. HEX triplet: 4D, 2C and 85. RGB value is (77,44,133). Sum of RGB (Red+Green+Blue) = 77+44+133=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D2C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2C85 is #B2D37A. Grayscale: #3F3F3F. Windows color (decimal): -11719547 or 8727629. OLE color: 8727629.
HSL color Cylindrical-coordinate representation of color #4D2C85: hue angle of 262.25º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2C85 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 44 | 133 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.48 |
| HSL | 262.25º | 0.5% | 0.35% | - |
| HSV(B) | 262.25º | 0.67% | 0.52% | - |
| XYZ | 8.19 | 5.07 | 22.74 | - |
| YUV | 64.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 133 | 0.42 | 0.67 | 0 | 0.48 | 262.25 | 0.5 | 0.35 |
| Hex | 4D | 2C | 85 | 2A | 43 | 0 | 30 | 106 | 32 | 23 |
| Octal | 115 | 54 | 205 | 52 | 103 | 0 | 60 | 406 | 62 | 43 |
| Binary | 1001101 | 101100 | 10000101 | 101010 | 1000011 | 0 | 110000 | 100000110 | 110010 | 100011 |
Color Harmonies of #4D2C85
Complementary color
Monochromatic Colors of #4D2C85
Black with #4D2C85
Text Example
Text Example
White with #4D2C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C85; }
p { color: rgb(77,44,133); }
H1.HeaderClassName
{
color: #4D2C85;
}
.AnyTagClassName
{
color: #4D2C85;
}
</style>
background-color css
<style>
a { background-color: #4D2C85; }
a { background-color: rgb(77,44,133); }
div.DivClassName
{
background-color: #4D2C85;
}
.BgClassName
{
background-color: #4D2C85;
}
</style>
border-color css
<style>
span { border-color: #4D2C85; }
span { border-color: rgb(77,44,133); }
td.TdClassName
{
border-color: #4D2C85;
}
.TagClassName
{
border-color: #4D2C85;
}
</style>