Shades of Indigo #4C0160
Tints of Indigo #4C0160
RGB
CMYK
RGB Variations
Color information
#4C0160 (or 0x4C0160) is known color: Indigo. HEX triplet: 4C, 01 and 60. RGB value is (76,1,96). Sum of RGB (Red+Green+Blue) = 76+1+96=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0160 is #B3FE9F. Grayscale: #212121. Windows color (decimal): -11796128 or 6291788. OLE color: 6291788.
HSL color Cylindrical-coordinate representation of color #4C0160: hue angle of 287.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0160 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 1 | 96 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.62 |
| HSL | 287.37º | 0.98% | 0.19% | - |
| HSV(B) | 287.37º | 0.99% | 0.38% | - |
| XYZ | 5.1 | 2.4 | 11.26 | - |
| YUV | 34.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 96 | 0.21 | 0.99 | 0 | 0.62 | 287.37 | 0.98 | 0.19 |
| Hex | 4C | 1 | 60 | 15 | 63 | 0 | 3E | 11F | 62 | 13 |
| Octal | 114 | 1 | 140 | 25 | 143 | 0 | 76 | 437 | 142 | 23 |
| Binary | 1001100 | 1 | 1100000 | 10101 | 1100011 | 0 | 111110 | 100011111 | 1100010 | 10011 |
Color Harmonies of #4C0160
Complementary color
Monochromatic Colors of #4C0160
Black with #4C0160
Text Example
Text Example
White with #4C0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0160; }
p { color: rgb(76,1,96); }
H1.HeaderClassName
{
color: #4C0160;
}
.AnyTagClassName
{
color: #4C0160;
}
</style>
background-color css
<style>
a { background-color: #4C0160; }
a { background-color: rgb(76,1,96); }
div.DivClassName
{
background-color: #4C0160;
}
.BgClassName
{
background-color: #4C0160;
}
</style>
border-color css
<style>
span { border-color: #4C0160; }
span { border-color: rgb(76,1,96); }
td.TdClassName
{
border-color: #4C0160;
}
.TagClassName
{
border-color: #4C0160;
}
</style>