Shades of Indigo #4C0970
Tints of Indigo #4C0970
RGB
CMYK
RGB Variations
Color information
#4C0970 (or 0x4C0970) is known color: Indigo. HEX triplet: 4C, 09 and 70. RGB value is (76,9,112). Sum of RGB (Red+Green+Blue) = 76+9+112=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0970 is #B3F68F. Grayscale: #282828. Windows color (decimal): -11794064 or 7342412. OLE color: 7342412.
HSL color Cylindrical-coordinate representation of color #4C0970: hue angle of 279.03º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0970 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 9 | 112 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.56 |
| HSL | 279.03º | 0.85% | 0.24% | - |
| HSV(B) | 279.03º | 0.92% | 0.44% | - |
| XYZ | 6 | 2.9 | 15.57 | - |
| YUV | 40.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 112 | 0.32 | 0.92 | 0 | 0.56 | 279.03 | 0.85 | 0.24 |
| Hex | 4C | 9 | 70 | 20 | 5C | 0 | 38 | 117 | 55 | 18 |
| Octal | 114 | 11 | 160 | 40 | 134 | 0 | 70 | 427 | 125 | 30 |
| Binary | 1001100 | 1001 | 1110000 | 100000 | 1011100 | 0 | 111000 | 100010111 | 1010101 | 11000 |
Color Harmonies of #4C0970
Complementary color
Monochromatic Colors of #4C0970
Black with #4C0970
Text Example
Text Example
White with #4C0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0970; }
p { color: rgb(76,9,112); }
H1.HeaderClassName
{
color: #4C0970;
}
.AnyTagClassName
{
color: #4C0970;
}
</style>
background-color css
<style>
a { background-color: #4C0970; }
a { background-color: rgb(76,9,112); }
div.DivClassName
{
background-color: #4C0970;
}
.BgClassName
{
background-color: #4C0970;
}
</style>
border-color css
<style>
span { border-color: #4C0970; }
span { border-color: rgb(76,9,112); }
td.TdClassName
{
border-color: #4C0970;
}
.TagClassName
{
border-color: #4C0970;
}
</style>