Shades of Indigo #4D0560
Tints of Indigo #4D0560
RGB
CMYK
RGB Variations
Color information
#4D0560 (or 0x4D0560) is known color: Indigo. HEX triplet: 4D, 05 and 60. RGB value is (77,5,96). Sum of RGB (Red+Green+Blue) = 77+5+96=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0560 is #B2FA9F. Grayscale: #242424. Windows color (decimal): -11729568 or 6292813. OLE color: 6292813.
HSL color Cylindrical-coordinate representation of color #4D0560: hue angle of 287.47º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0560 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 5 | 96 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.62 |
| HSL | 287.47º | 0.9% | 0.2% | - |
| HSV(B) | 287.47º | 0.95% | 0.38% | - |
| XYZ | 5.23 | 2.53 | 11.28 | - |
| YUV | 36.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 96 | 0.20 | 0.95 | 0 | 0.62 | 287.47 | 0.9 | 0.2 |
| Hex | 4D | 5 | 60 | 14 | 5F | 0 | 3E | 11F | 5A | 14 |
| Octal | 115 | 5 | 140 | 24 | 137 | 0 | 76 | 437 | 132 | 24 |
| Binary | 1001101 | 101 | 1100000 | 10100 | 1011111 | 0 | 111110 | 100011111 | 1011010 | 10100 |
Color Harmonies of #4D0560
Complementary color
Monochromatic Colors of #4D0560
Black with #4D0560
Text Example
Text Example
White with #4D0560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0560; }
p { color: rgb(77,5,96); }
H1.HeaderClassName
{
color: #4D0560;
}
.AnyTagClassName
{
color: #4D0560;
}
</style>
background-color css
<style>
a { background-color: #4D0560; }
a { background-color: rgb(77,5,96); }
div.DivClassName
{
background-color: #4D0560;
}
.BgClassName
{
background-color: #4D0560;
}
</style>
border-color css
<style>
span { border-color: #4D0560; }
span { border-color: rgb(77,5,96); }
td.TdClassName
{
border-color: #4D0560;
}
.TagClassName
{
border-color: #4D0560;
}
</style>