Shades of Indigo #4C1289
Tints of Indigo #4C1289
RGB
CMYK
RGB Variations
Color information
#4C1289 (or 0x4C1289) is known color: Indigo. HEX triplet: 4C, 12 and 89. RGB value is (76,18,137). Sum of RGB (Red+Green+Blue) = 76+18+137=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C1289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1289 is #B3ED76. Grayscale: #303030. Windows color (decimal): -11791735 or 8983116. OLE color: 8983116.
HSL color Cylindrical-coordinate representation of color #4C1289: hue angle of 269.24º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1289 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 18 | 137 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.46 |
| HSL | 269.24º | 0.77% | 0.3% | - |
| HSV(B) | 269.24º | 0.87% | 0.54% | - |
| XYZ | 7.71 | 3.78 | 23.99 | - |
| YUV | 48.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 137 | 0.45 | 0.87 | 0 | 0.46 | 269.24 | 0.77 | 0.3 |
| Hex | 4C | 12 | 89 | 2D | 57 | 0 | 2E | 10D | 4D | 1E |
| Octal | 114 | 22 | 211 | 55 | 127 | 0 | 56 | 415 | 115 | 36 |
| Binary | 1001100 | 10010 | 10001001 | 101101 | 1010111 | 0 | 101110 | 100001101 | 1001101 | 11110 |
Color Harmonies of #4C1289
Complementary color
Monochromatic Colors of #4C1289
Black with #4C1289
Text Example
Text Example
White with #4C1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1289; }
p { color: rgb(76,18,137); }
H1.HeaderClassName
{
color: #4C1289;
}
.AnyTagClassName
{
color: #4C1289;
}
</style>
background-color css
<style>
a { background-color: #4C1289; }
a { background-color: rgb(76,18,137); }
div.DivClassName
{
background-color: #4C1289;
}
.BgClassName
{
background-color: #4C1289;
}
</style>
border-color css
<style>
span { border-color: #4C1289; }
span { border-color: rgb(76,18,137); }
td.TdClassName
{
border-color: #4C1289;
}
.TagClassName
{
border-color: #4C1289;
}
</style>