Shades of Indigo #4D1070
Tints of Indigo #4D1070
RGB
CMYK
RGB Variations
Color information
#4D1070 (or 0x4D1070) is known color: Indigo. HEX triplet: 4D, 10 and 70. RGB value is (77,16,112). Sum of RGB (Red+Green+Blue) = 77+16+112=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1070 is #B2EF8F. Grayscale: #2C2C2C. Windows color (decimal): -11726736 or 7344205. OLE color: 7344205.
HSL color Cylindrical-coordinate representation of color #4D1070: hue angle of 278.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1070 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 16 | 112 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.56 |
| HSL | 278.13º | 0.75% | 0.25% | - |
| HSV(B) | 278.13º | 0.86% | 0.44% | - |
| XYZ | 6.17 | 3.12 | 15.61 | - |
| YUV | 45.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 112 | 0.31 | 0.86 | 0 | 0.56 | 278.13 | 0.75 | 0.25 |
| Hex | 4D | 10 | 70 | 1F | 56 | 0 | 38 | 116 | 4B | 19 |
| Octal | 115 | 20 | 160 | 37 | 126 | 0 | 70 | 426 | 113 | 31 |
| Binary | 1001101 | 10000 | 1110000 | 11111 | 1010110 | 0 | 111000 | 100010110 | 1001011 | 11001 |
Color Harmonies of #4D1070
Complementary color
Monochromatic Colors of #4D1070
Black with #4D1070
Text Example
Text Example
White with #4D1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1070; }
p { color: rgb(77,16,112); }
H1.HeaderClassName
{
color: #4D1070;
}
.AnyTagClassName
{
color: #4D1070;
}
</style>
background-color css
<style>
a { background-color: #4D1070; }
a { background-color: rgb(77,16,112); }
div.DivClassName
{
background-color: #4D1070;
}
.BgClassName
{
background-color: #4D1070;
}
</style>
border-color css
<style>
span { border-color: #4D1070; }
span { border-color: rgb(77,16,112); }
td.TdClassName
{
border-color: #4D1070;
}
.TagClassName
{
border-color: #4D1070;
}
</style>