Shades of Indigo #4C1678
Tints of Indigo #4C1678
RGB
CMYK
RGB Variations
Color information
#4C1678 (or 0x4C1678) is known color: Indigo. HEX triplet: 4C, 16 and 78. RGB value is (76,22,120). Sum of RGB (Red+Green+Blue) = 76+22+120=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C1678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1678 is #B3E987. Grayscale: #303030. Windows color (decimal): -11790728 or 7870028. OLE color: 7870028.
HSL color Cylindrical-coordinate representation of color #4C1678: hue angle of 273.06º degrees, saturation: 0.69, 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 #4C1678 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 22 | 120 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.53 |
| HSL | 273.06º | 0.69% | 0.28% | - |
| HSV(B) | 273.06º | 0.82% | 0.47% | - |
| XYZ | 6.66 | 3.47 | 18.09 | - |
| YUV | 49.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 120 | 0.37 | 0.82 | 0 | 0.53 | 273.06 | 0.69 | 0.28 |
| Hex | 4C | 16 | 78 | 25 | 52 | 0 | 35 | 111 | 45 | 1C |
| Octal | 114 | 26 | 170 | 45 | 122 | 0 | 65 | 421 | 105 | 34 |
| Binary | 1001100 | 10110 | 1111000 | 100101 | 1010010 | 0 | 110101 | 100010001 | 1000101 | 11100 |
Color Harmonies of #4C1678
Complementary color
Monochromatic Colors of #4C1678
Black with #4C1678
Text Example
Text Example
White with #4C1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1678; }
p { color: rgb(76,22,120); }
H1.HeaderClassName
{
color: #4C1678;
}
.AnyTagClassName
{
color: #4C1678;
}
</style>
background-color css
<style>
a { background-color: #4C1678; }
a { background-color: rgb(76,22,120); }
div.DivClassName
{
background-color: #4C1678;
}
.BgClassName
{
background-color: #4C1678;
}
</style>
border-color css
<style>
span { border-color: #4C1678; }
span { border-color: rgb(76,22,120); }
td.TdClassName
{
border-color: #4C1678;
}
.TagClassName
{
border-color: #4C1678;
}
</style>