Shades of Indigo #4C199A
Tints of Indigo #4C199A
RGB
CMYK
RGB Variations
Color information
#4C199A (or 0x4C199A) is known color: Indigo. HEX triplet: 4C, 19 and 9A. RGB value is (76,25,154). Sum of RGB (Red+Green+Blue) = 76+25+154=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C199A is #B3E665. Grayscale: #363636. Windows color (decimal): -11789926 or 10099020. OLE color: 10099020.
HSL color Cylindrical-coordinate representation of color #4C199A: hue angle of 263.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C199A is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 25 | 154 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.40 |
| HSL | 263.72º | 0.72% | 0.35% | - |
| HSV(B) | 263.72º | 0.84% | 0.6% | - |
| XYZ | 9.16 | 4.56 | 30.97 | - |
| YUV | 54.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 154 | 0.51 | 0.84 | 0 | 0.40 | 263.72 | 0.72 | 0.35 |
| Hex | 4C | 19 | 9A | 33 | 54 | 0 | 28 | 108 | 48 | 23 |
| Octal | 114 | 31 | 232 | 63 | 124 | 0 | 50 | 410 | 110 | 43 |
| Binary | 1001100 | 11001 | 10011010 | 110011 | 1010100 | 0 | 101000 | 100001000 | 1001000 | 100011 |
Color Harmonies of #4C199A
Complementary color
Monochromatic Colors of #4C199A
Black with #4C199A
Text Example
Text Example
White with #4C199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C199A; }
p { color: rgb(76,25,154); }
H1.HeaderClassName
{
color: #4C199A;
}
.AnyTagClassName
{
color: #4C199A;
}
</style>
background-color css
<style>
a { background-color: #4C199A; }
a { background-color: rgb(76,25,154); }
div.DivClassName
{
background-color: #4C199A;
}
.BgClassName
{
background-color: #4C199A;
}
</style>
border-color css
<style>
span { border-color: #4C199A; }
span { border-color: rgb(76,25,154); }
td.TdClassName
{
border-color: #4C199A;
}
.TagClassName
{
border-color: #4C199A;
}
</style>