Shades of Indigo #4C116D
Tints of Indigo #4C116D
RGB
CMYK
RGB Variations
Color information
#4C116D (or 0x4C116D) is known color: Indigo. HEX triplet: 4C, 11 and 6D. RGB value is (76,17,109). Sum of RGB (Red+Green+Blue) = 76+17+109=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C116D is #B3EE92. Grayscale: #2C2C2C. Windows color (decimal): -11792019 or 7147852. OLE color: 7147852.
HSL color Cylindrical-coordinate representation of color #4C116D: hue angle of 278.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C116D is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 17 | 109 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.57 |
| HSL | 278.48º | 0.73% | 0.25% | - |
| HSV(B) | 278.48º | 0.84% | 0.43% | - |
| XYZ | 5.94 | 3.04 | 14.74 | - |
| YUV | 45.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 109 | 0.30 | 0.84 | 0 | 0.57 | 278.48 | 0.73 | 0.25 |
| Hex | 4C | 11 | 6D | 1E | 54 | 0 | 39 | 116 | 49 | 19 |
| Octal | 114 | 21 | 155 | 36 | 124 | 0 | 71 | 426 | 111 | 31 |
| Binary | 1001100 | 10001 | 1101101 | 11110 | 1010100 | 0 | 111001 | 100010110 | 1001001 | 11001 |
Color Harmonies of #4C116D
Complementary color
Monochromatic Colors of #4C116D
Black with #4C116D
Text Example
Text Example
White with #4C116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C116D; }
p { color: rgb(76,17,109); }
H1.HeaderClassName
{
color: #4C116D;
}
.AnyTagClassName
{
color: #4C116D;
}
</style>
background-color css
<style>
a { background-color: #4C116D; }
a { background-color: rgb(76,17,109); }
div.DivClassName
{
background-color: #4C116D;
}
.BgClassName
{
background-color: #4C116D;
}
</style>
border-color css
<style>
span { border-color: #4C116D; }
span { border-color: rgb(76,17,109); }
td.TdClassName
{
border-color: #4C116D;
}
.TagClassName
{
border-color: #4C116D;
}
</style>