Shades of Indigo #4C1199
Tints of Indigo #4C1199
RGB
CMYK
RGB Variations
Color information
#4C1199 (or 0x4C1199) is known color: Indigo. HEX triplet: 4C, 11 and 99. RGB value is (76,17,153). Sum of RGB (Red+Green+Blue) = 76+17+153=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1199 is #B3EE66. Grayscale: #313131. Windows color (decimal): -11791975 or 10031436. OLE color: 10031436.
HSL color Cylindrical-coordinate representation of color #4C1199: hue angle of 266.03º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C1199 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 17 | 153 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.4 |
| HSL | 266.03º | 0.8% | 0.33% | - |
| HSV(B) | 266.03º | 0.89% | 0.6% | - |
| XYZ | 8.93 | 4.24 | 30.48 | - |
| YUV | 50.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 153 | 0.50 | 0.89 | 0 | 0.4 | 266.03 | 0.8 | 0.33 |
| Hex | 4C | 11 | 99 | 32 | 59 | 0 | 28 | 10A | 50 | 21 |
| Octal | 114 | 21 | 231 | 62 | 131 | 0 | 50 | 412 | 120 | 41 |
| Binary | 1001100 | 10001 | 10011001 | 110010 | 1011001 | 0 | 101000 | 100001010 | 1010000 | 100001 |
Color Harmonies of #4C1199
Complementary color
Monochromatic Colors of #4C1199
Black with #4C1199
Text Example
Text Example
White with #4C1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1199; }
p { color: rgb(76,17,153); }
H1.HeaderClassName
{
color: #4C1199;
}
.AnyTagClassName
{
color: #4C1199;
}
</style>
background-color css
<style>
a { background-color: #4C1199; }
a { background-color: rgb(76,17,153); }
div.DivClassName
{
background-color: #4C1199;
}
.BgClassName
{
background-color: #4C1199;
}
</style>
border-color css
<style>
span { border-color: #4C1199; }
span { border-color: rgb(76,17,153); }
td.TdClassName
{
border-color: #4C1199;
}
.TagClassName
{
border-color: #4C1199;
}
</style>