Shades of Indigo #4C0B70
Tints of Indigo #4C0B70
RGB
CMYK
RGB Variations
Color information
#4C0B70 (or 0x4C0B70) is known color: Indigo. HEX triplet: 4C, 0B and 70. RGB value is (76,11,112). Sum of RGB (Red+Green+Blue) = 76+11+112=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0B70 is #B3F48F. Grayscale: #292929. Windows color (decimal): -11793552 or 7342924. OLE color: 7342924.
HSL color Cylindrical-coordinate representation of color #4C0B70: hue angle of 278.61º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C0B70 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 11 | 112 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.56 |
| HSL | 278.61º | 0.82% | 0.24% | - |
| HSV(B) | 278.61º | 0.9% | 0.44% | - |
| XYZ | 6.02 | 2.95 | 15.58 | - |
| YUV | 41.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 112 | 0.32 | 0.90 | 0 | 0.56 | 278.61 | 0.82 | 0.24 |
| Hex | 4C | B | 70 | 20 | 5A | 0 | 38 | 117 | 52 | 18 |
| Octal | 114 | 13 | 160 | 40 | 132 | 0 | 70 | 427 | 122 | 30 |
| Binary | 1001100 | 1011 | 1110000 | 100000 | 1011010 | 0 | 111000 | 100010111 | 1010010 | 11000 |
Color Harmonies of #4C0B70
Complementary color
Monochromatic Colors of #4C0B70
Black with #4C0B70
Text Example
Text Example
White with #4C0B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B70; }
p { color: rgb(76,11,112); }
H1.HeaderClassName
{
color: #4C0B70;
}
.AnyTagClassName
{
color: #4C0B70;
}
</style>
background-color css
<style>
a { background-color: #4C0B70; }
a { background-color: rgb(76,11,112); }
div.DivClassName
{
background-color: #4C0B70;
}
.BgClassName
{
background-color: #4C0B70;
}
</style>
border-color css
<style>
span { border-color: #4C0B70; }
span { border-color: rgb(76,11,112); }
td.TdClassName
{
border-color: #4C0B70;
}
.TagClassName
{
border-color: #4C0B70;
}
</style>