Shades of Indigo #4C0A70
Tints of Indigo #4C0A70
RGB
CMYK
RGB Variations
Color information
#4C0A70 (or 0x4C0A70) is known color: Indigo. HEX triplet: 4C, 0A and 70. RGB value is (76,10,112). Sum of RGB (Red+Green+Blue) = 76+10+112=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0A70 is #B3F58F. Grayscale: #292929. Windows color (decimal): -11793808 or 7342668. OLE color: 7342668.
HSL color Cylindrical-coordinate representation of color #4C0A70: hue angle of 278.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0A70 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 10 | 112 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.56 |
| HSL | 278.82º | 0.84% | 0.24% | - |
| HSV(B) | 278.82º | 0.91% | 0.44% | - |
| XYZ | 6.01 | 2.92 | 15.58 | - |
| YUV | 41.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 10 | 112 | 0.32 | 0.91 | 0 | 0.56 | 278.82 | 0.84 | 0.24 |
| Hex | 4C | A | 70 | 20 | 5B | 0 | 38 | 117 | 54 | 18 |
| Octal | 114 | 12 | 160 | 40 | 133 | 0 | 70 | 427 | 124 | 30 |
| Binary | 1001100 | 1010 | 1110000 | 100000 | 1011011 | 0 | 111000 | 100010111 | 1010100 | 11000 |
Color Harmonies of #4C0A70
Complementary color
Monochromatic Colors of #4C0A70
Black with #4C0A70
Text Example
Text Example
White with #4C0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0A70; }
p { color: rgb(76,10,112); }
H1.HeaderClassName
{
color: #4C0A70;
}
.AnyTagClassName
{
color: #4C0A70;
}
</style>
background-color css
<style>
a { background-color: #4C0A70; }
a { background-color: rgb(76,10,112); }
div.DivClassName
{
background-color: #4C0A70;
}
.BgClassName
{
background-color: #4C0A70;
}
</style>
border-color css
<style>
span { border-color: #4C0A70; }
span { border-color: rgb(76,10,112); }
td.TdClassName
{
border-color: #4C0A70;
}
.TagClassName
{
border-color: #4C0A70;
}
</style>