Shades of Indigo #4C1489
Tints of Indigo #4C1489
RGB
CMYK
RGB Variations
Color information
#4C1489 (or 0x4C1489) is known color: Indigo. HEX triplet: 4C, 14 and 89. RGB value is (76,20,137). Sum of RGB (Red+Green+Blue) = 76+20+137=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C1489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1489 is #B3EB76. Grayscale: #313131. Windows color (decimal): -11791223 or 8983628. OLE color: 8983628.
HSL color Cylindrical-coordinate representation of color #4C1489: hue angle of 268.72º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1489 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 20 | 137 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.46 |
| HSL | 268.72º | 0.75% | 0.31% | - |
| HSV(B) | 268.72º | 0.85% | 0.54% | - |
| XYZ | 7.75 | 3.84 | 24 | - |
| YUV | 50.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 137 | 0.45 | 0.85 | 0 | 0.46 | 268.72 | 0.75 | 0.31 |
| Hex | 4C | 14 | 89 | 2D | 55 | 0 | 2E | 10D | 4B | 1F |
| Octal | 114 | 24 | 211 | 55 | 125 | 0 | 56 | 415 | 113 | 37 |
| Binary | 1001100 | 10100 | 10001001 | 101101 | 1010101 | 0 | 101110 | 100001101 | 1001011 | 11111 |
Color Harmonies of #4C1489
Complementary color
Monochromatic Colors of #4C1489
Black with #4C1489
Text Example
Text Example
White with #4C1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1489; }
p { color: rgb(76,20,137); }
H1.HeaderClassName
{
color: #4C1489;
}
.AnyTagClassName
{
color: #4C1489;
}
</style>
background-color css
<style>
a { background-color: #4C1489; }
a { background-color: rgb(76,20,137); }
div.DivClassName
{
background-color: #4C1489;
}
.BgClassName
{
background-color: #4C1489;
}
</style>
border-color css
<style>
span { border-color: #4C1489; }
span { border-color: rgb(76,20,137); }
td.TdClassName
{
border-color: #4C1489;
}
.TagClassName
{
border-color: #4C1489;
}
</style>