Shades of Indigo #4C1170
Tints of Indigo #4C1170
RGB
CMYK
RGB Variations
Color information
#4C1170 (or 0x4C1170) is known color: Indigo. HEX triplet: 4C, 11 and 70. RGB value is (76,17,112). Sum of RGB (Red+Green+Blue) = 76+17+112=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 17 (7.03% from 255 or 8.29% 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 #4C1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1170 is #B3EE8F. Grayscale: #2D2D2D. Windows color (decimal): -11792016 or 7344460. OLE color: 7344460.
HSL color Cylindrical-coordinate representation of color #4C1170: hue angle of 277.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1170 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 17 | 112 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.56 |
| HSL | 277.26º | 0.74% | 0.25% | - |
| HSV(B) | 277.26º | 0.85% | 0.44% | - |
| XYZ | 6.11 | 3.11 | 15.61 | - |
| YUV | 45.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 112 | 0.32 | 0.85 | 0 | 0.56 | 277.26 | 0.74 | 0.25 |
| Hex | 4C | 11 | 70 | 20 | 55 | 0 | 38 | 115 | 4A | 19 |
| Octal | 114 | 21 | 160 | 40 | 125 | 0 | 70 | 425 | 112 | 31 |
| Binary | 1001100 | 10001 | 1110000 | 100000 | 1010101 | 0 | 111000 | 100010101 | 1001010 | 11001 |
Color Harmonies of #4C1170
Complementary color
Monochromatic Colors of #4C1170
Black with #4C1170
Text Example
Text Example
White with #4C1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1170; }
p { color: rgb(76,17,112); }
H1.HeaderClassName
{
color: #4C1170;
}
.AnyTagClassName
{
color: #4C1170;
}
</style>
background-color css
<style>
a { background-color: #4C1170; }
a { background-color: rgb(76,17,112); }
div.DivClassName
{
background-color: #4C1170;
}
.BgClassName
{
background-color: #4C1170;
}
</style>
border-color css
<style>
span { border-color: #4C1170; }
span { border-color: rgb(76,17,112); }
td.TdClassName
{
border-color: #4C1170;
}
.TagClassName
{
border-color: #4C1170;
}
</style>