Shades of Indigo #4C127E
Tints of Indigo #4C127E
RGB
CMYK
RGB Variations
Color information
#4C127E (or 0x4C127E) is known color: Indigo. HEX triplet: 4C, 12 and 7E. RGB value is (76,18,126). Sum of RGB (Red+Green+Blue) = 76+18+126=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C127E is #B3ED81. Grayscale: #2F2F2F. Windows color (decimal): -11791746 or 8262220. OLE color: 8262220.
HSL color Cylindrical-coordinate representation of color #4C127E: hue angle of 272.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C127E is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 18 | 126 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.51 |
| HSL | 272.22º | 0.75% | 0.28% | - |
| HSV(B) | 272.22º | 0.86% | 0.49% | - |
| XYZ | 6.96 | 3.48 | 20.04 | - |
| YUV | 47.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 126 | 0.40 | 0.86 | 0 | 0.51 | 272.22 | 0.75 | 0.28 |
| Hex | 4C | 12 | 7E | 28 | 56 | 0 | 33 | 110 | 4B | 1C |
| Octal | 114 | 22 | 176 | 50 | 126 | 0 | 63 | 420 | 113 | 34 |
| Binary | 1001100 | 10010 | 1111110 | 101000 | 1010110 | 0 | 110011 | 100010000 | 1001011 | 11100 |
Color Harmonies of #4C127E
Complementary color
Monochromatic Colors of #4C127E
Black with #4C127E
Text Example
Text Example
White with #4C127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C127E; }
p { color: rgb(76,18,126); }
H1.HeaderClassName
{
color: #4C127E;
}
.AnyTagClassName
{
color: #4C127E;
}
</style>
background-color css
<style>
a { background-color: #4C127E; }
a { background-color: rgb(76,18,126); }
div.DivClassName
{
background-color: #4C127E;
}
.BgClassName
{
background-color: #4C127E;
}
</style>
border-color css
<style>
span { border-color: #4C127E; }
span { border-color: rgb(76,18,126); }
td.TdClassName
{
border-color: #4C127E;
}
.TagClassName
{
border-color: #4C127E;
}
</style>