Shades of Indigo #4D0570
Tints of Indigo #4D0570
RGB
CMYK
RGB Variations
Color information
#4D0570 (or 0x4D0570) is known color: Indigo. HEX triplet: 4D, 05 and 70. RGB value is (77,5,112). Sum of RGB (Red+Green+Blue) = 77+5+112=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D0570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0570 is #B2FA8F. Grayscale: #262626. Windows color (decimal): -11729552 or 7341389. OLE color: 7341389.
HSL color Cylindrical-coordinate representation of color #4D0570: hue angle of 280.37º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0570 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 5 | 112 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.56 |
| HSL | 280.37º | 0.91% | 0.23% | - |
| HSV(B) | 280.37º | 0.96% | 0.44% | - |
| XYZ | 6.04 | 2.86 | 15.56 | - |
| YUV | 38.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 112 | 0.31 | 0.96 | 0 | 0.56 | 280.37 | 0.91 | 0.23 |
| Hex | 4D | 5 | 70 | 1F | 60 | 0 | 38 | 118 | 5B | 17 |
| Octal | 115 | 5 | 160 | 37 | 140 | 0 | 70 | 430 | 133 | 27 |
| Binary | 1001101 | 101 | 1110000 | 11111 | 1100000 | 0 | 111000 | 100011000 | 1011011 | 10111 |
Color Harmonies of #4D0570
Complementary color
Monochromatic Colors of #4D0570
Black with #4D0570
Text Example
Text Example
White with #4D0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0570; }
p { color: rgb(77,5,112); }
H1.HeaderClassName
{
color: #4D0570;
}
.AnyTagClassName
{
color: #4D0570;
}
</style>
background-color css
<style>
a { background-color: #4D0570; }
a { background-color: rgb(77,5,112); }
div.DivClassName
{
background-color: #4D0570;
}
.BgClassName
{
background-color: #4D0570;
}
</style>
border-color css
<style>
span { border-color: #4D0570; }
span { border-color: rgb(77,5,112); }
td.TdClassName
{
border-color: #4D0570;
}
.TagClassName
{
border-color: #4D0570;
}
</style>