Shades of Indigo #4C1578
Tints of Indigo #4C1578
RGB
CMYK
RGB Variations
Color information
#4C1578 (or 0x4C1578) is known color: Indigo. HEX triplet: 4C, 15 and 78. RGB value is (76,21,120). Sum of RGB (Red+Green+Blue) = 76+21+120=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C1578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1578 is #B3EA87. Grayscale: #303030. Windows color (decimal): -11790984 or 7869772. OLE color: 7869772.
HSL color Cylindrical-coordinate representation of color #4C1578: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1578 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 21 | 120 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.53 |
| HSL | 273.33º | 0.7% | 0.28% | - |
| HSV(B) | 273.33º | 0.83% | 0.47% | - |
| XYZ | 6.64 | 3.43 | 18.08 | - |
| YUV | 48.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 120 | 0.37 | 0.83 | 0 | 0.53 | 273.33 | 0.7 | 0.28 |
| Hex | 4C | 15 | 78 | 25 | 53 | 0 | 35 | 111 | 46 | 1C |
| Octal | 114 | 25 | 170 | 45 | 123 | 0 | 65 | 421 | 106 | 34 |
| Binary | 1001100 | 10101 | 1111000 | 100101 | 1010011 | 0 | 110101 | 100010001 | 1000110 | 11100 |
Color Harmonies of #4C1578
Complementary color
Monochromatic Colors of #4C1578
Black with #4C1578
Text Example
Text Example
White with #4C1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1578; }
p { color: rgb(76,21,120); }
H1.HeaderClassName
{
color: #4C1578;
}
.AnyTagClassName
{
color: #4C1578;
}
</style>
background-color css
<style>
a { background-color: #4C1578; }
a { background-color: rgb(76,21,120); }
div.DivClassName
{
background-color: #4C1578;
}
.BgClassName
{
background-color: #4C1578;
}
</style>
border-color css
<style>
span { border-color: #4C1578; }
span { border-color: rgb(76,21,120); }
td.TdClassName
{
border-color: #4C1578;
}
.TagClassName
{
border-color: #4C1578;
}
</style>