Shades of Indigo #4C198C
Tints of Indigo #4C198C
RGB
CMYK
RGB Variations
Color information
#4C198C (or 0x4C198C) is known color: Indigo. HEX triplet: 4C, 19 and 8C. RGB value is (76,25,140). Sum of RGB (Red+Green+Blue) = 76+25+140=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C198C is #B3E673. Grayscale: #343434. Windows color (decimal): -11789940 or 9181516. OLE color: 9181516.
HSL color Cylindrical-coordinate representation of color #4C198C: hue angle of 266.61º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C198C is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 25 | 140 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.45 |
| HSL | 266.61º | 0.7% | 0.32% | - |
| HSV(B) | 266.61º | 0.82% | 0.55% | - |
| XYZ | 8.06 | 4.13 | 25.18 | - |
| YUV | 53.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 140 | 0.46 | 0.82 | 0 | 0.45 | 266.61 | 0.7 | 0.32 |
| Hex | 4C | 19 | 8C | 2E | 52 | 0 | 2D | 10B | 46 | 20 |
| Octal | 114 | 31 | 214 | 56 | 122 | 0 | 55 | 413 | 106 | 40 |
| Binary | 1001100 | 11001 | 10001100 | 101110 | 1010010 | 0 | 101101 | 100001011 | 1000110 | 100000 |
Color Harmonies of #4C198C
Complementary color
Monochromatic Colors of #4C198C
Black with #4C198C
Text Example
Text Example
White with #4C198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C198C; }
p { color: rgb(76,25,140); }
H1.HeaderClassName
{
color: #4C198C;
}
.AnyTagClassName
{
color: #4C198C;
}
</style>
background-color css
<style>
a { background-color: #4C198C; }
a { background-color: rgb(76,25,140); }
div.DivClassName
{
background-color: #4C198C;
}
.BgClassName
{
background-color: #4C198C;
}
</style>
border-color css
<style>
span { border-color: #4C198C; }
span { border-color: rgb(76,25,140); }
td.TdClassName
{
border-color: #4C198C;
}
.TagClassName
{
border-color: #4C198C;
}
</style>