Shades of Indigo #4C119D
Tints of Indigo #4C119D
RGB
CMYK
RGB Variations
Color information
#4C119D (or 0x4C119D) is known color: Indigo. HEX triplet: 4C, 11 and 9D. RGB value is (76,17,157). Sum of RGB (Red+Green+Blue) = 76+17+157=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C119D is #B3EE62. Grayscale: #323232. Windows color (decimal): -11791971 or 10293580. OLE color: 10293580.
HSL color Cylindrical-coordinate representation of color #4C119D: hue angle of 265.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C119D is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 17 | 157 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.38 |
| HSL | 265.29º | 0.8% | 0.34% | - |
| HSV(B) | 265.29º | 0.89% | 0.62% | - |
| XYZ | 9.27 | 4.37 | 32.25 | - |
| YUV | 50.6 | 188.05 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 157 | 0.52 | 0.89 | 0 | 0.38 | 265.29 | 0.8 | 0.34 |
| Hex | 4C | 11 | 9D | 34 | 59 | 0 | 26 | 109 | 50 | 22 |
| Octal | 114 | 21 | 235 | 64 | 131 | 0 | 46 | 411 | 120 | 42 |
| Binary | 1001100 | 10001 | 10011101 | 110100 | 1011001 | 0 | 100110 | 100001001 | 1010000 | 100010 |
Color Harmonies of #4C119D
Complementary color
Monochromatic Colors of #4C119D
Black with #4C119D
Text Example
Text Example
White with #4C119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C119D; }
p { color: rgb(76,17,157); }
H1.HeaderClassName
{
color: #4C119D;
}
.AnyTagClassName
{
color: #4C119D;
}
</style>
background-color css
<style>
a { background-color: #4C119D; }
a { background-color: rgb(76,17,157); }
div.DivClassName
{
background-color: #4C119D;
}
.BgClassName
{
background-color: #4C119D;
}
</style>
border-color css
<style>
span { border-color: #4C119D; }
span { border-color: rgb(76,17,157); }
td.TdClassName
{
border-color: #4C119D;
}
.TagClassName
{
border-color: #4C119D;
}
</style>