Shades of Indigo #4C0070
Tints of Indigo #4C0070
RGB
CMYK
RGB Variations
Color information
#4C0070 (or 0x4C0070) is known color: Indigo. HEX triplet: 4C, 00 and 70. RGB value is (76,0,112). Sum of RGB (Red+Green+Blue) = 76+0+112=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0070 is #B3FF8F. Grayscale: #232323. Windows color (decimal): -11796368 or 7340108. OLE color: 7340108.
HSL color Cylindrical-coordinate representation of color #4C0070: hue angle of 280.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0070 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 0 | 112 | - |
| CMYK | 0.32 | 1 | 0 | 0.56 |
| HSL | 280.71º | 1% | 0.22% | - |
| HSV(B) | 280.71º | 1% | 0.44% | - |
| XYZ | 5.91 | 2.71 | 15.54 | - |
| YUV | 35.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 112 | 0.32 | 1 | 0 | 0.56 | 280.71 | 1 | 0.22 |
| Hex | 4C | 0 | 70 | 20 | 64 | 0 | 38 | 119 | 64 | 16 |
| Octal | 114 | 0 | 160 | 40 | 144 | 0 | 70 | 431 | 144 | 26 |
| Binary | 1001100 | 0 | 1110000 | 100000 | 1100100 | 0 | 111000 | 100011001 | 1100100 | 10110 |
Color Harmonies of #4C0070
Complementary color
Monochromatic Colors of #4C0070
Black with #4C0070
Text Example
Text Example
White with #4C0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0070; }
p { color: rgb(76,0,112); }
H1.HeaderClassName
{
color: #4C0070;
}
.AnyTagClassName
{
color: #4C0070;
}
</style>
background-color css
<style>
a { background-color: #4C0070; }
a { background-color: rgb(76,0,112); }
div.DivClassName
{
background-color: #4C0070;
}
.BgClassName
{
background-color: #4C0070;
}
</style>
border-color css
<style>
span { border-color: #4C0070; }
span { border-color: rgb(76,0,112); }
td.TdClassName
{
border-color: #4C0070;
}
.TagClassName
{
border-color: #4C0070;
}
</style>