Shades of Indigo #4C1270
Tints of Indigo #4C1270
RGB
CMYK
RGB Variations
Color information
#4C1270 (or 0x4C1270) is known color: Indigo. HEX triplet: 4C, 12 and 70. RGB value is (76,18,112). Sum of RGB (Red+Green+Blue) = 76+18+112=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C1270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1270 is #B3ED8F. Grayscale: #2D2D2D. Windows color (decimal): -11791760 or 7344716. OLE color: 7344716.
HSL color Cylindrical-coordinate representation of color #4C1270: hue angle of 277.02º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1270 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 18 | 112 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.56 |
| HSL | 277.02º | 0.72% | 0.25% | - |
| HSV(B) | 277.02º | 0.84% | 0.44% | - |
| XYZ | 6.12 | 3.14 | 15.61 | - |
| YUV | 46.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 112 | 0.32 | 0.84 | 0 | 0.56 | 277.02 | 0.72 | 0.25 |
| Hex | 4C | 12 | 70 | 20 | 54 | 0 | 38 | 115 | 48 | 19 |
| Octal | 114 | 22 | 160 | 40 | 124 | 0 | 70 | 425 | 110 | 31 |
| Binary | 1001100 | 10010 | 1110000 | 100000 | 1010100 | 0 | 111000 | 100010101 | 1001000 | 11001 |
Color Harmonies of #4C1270
Complementary color
Monochromatic Colors of #4C1270
Black with #4C1270
Text Example
Text Example
White with #4C1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1270; }
p { color: rgb(76,18,112); }
H1.HeaderClassName
{
color: #4C1270;
}
.AnyTagClassName
{
color: #4C1270;
}
</style>
background-color css
<style>
a { background-color: #4C1270; }
a { background-color: rgb(76,18,112); }
div.DivClassName
{
background-color: #4C1270;
}
.BgClassName
{
background-color: #4C1270;
}
</style>
border-color css
<style>
span { border-color: #4C1270; }
span { border-color: rgb(76,18,112); }
td.TdClassName
{
border-color: #4C1270;
}
.TagClassName
{
border-color: #4C1270;
}
</style>