Shades of Indigo #4C1378
Tints of Indigo #4C1378
RGB
CMYK
RGB Variations
Color information
#4C1378 (or 0x4C1378) is known color: Indigo. HEX triplet: 4C, 13 and 78. RGB value is (76,19,120). Sum of RGB (Red+Green+Blue) = 76+19+120=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1378 is #B3EC87. Grayscale: #2F2F2F. Windows color (decimal): -11791496 or 7869260. OLE color: 7869260.
HSL color Cylindrical-coordinate representation of color #4C1378: hue angle of 273.86º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1378 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 19 | 120 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.53 |
| HSL | 273.86º | 0.73% | 0.27% | - |
| HSV(B) | 273.86º | 0.84% | 0.47% | - |
| XYZ | 6.6 | 3.36 | 18.07 | - |
| YUV | 47.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 120 | 0.37 | 0.84 | 0 | 0.53 | 273.86 | 0.73 | 0.27 |
| Hex | 4C | 13 | 78 | 25 | 54 | 0 | 35 | 112 | 49 | 1B |
| Octal | 114 | 23 | 170 | 45 | 124 | 0 | 65 | 422 | 111 | 33 |
| Binary | 1001100 | 10011 | 1111000 | 100101 | 1010100 | 0 | 110101 | 100010010 | 1001001 | 11011 |
Color Harmonies of #4C1378
Complementary color
Monochromatic Colors of #4C1378
Black with #4C1378
Text Example
Text Example
White with #4C1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1378; }
p { color: rgb(76,19,120); }
H1.HeaderClassName
{
color: #4C1378;
}
.AnyTagClassName
{
color: #4C1378;
}
</style>
background-color css
<style>
a { background-color: #4C1378; }
a { background-color: rgb(76,19,120); }
div.DivClassName
{
background-color: #4C1378;
}
.BgClassName
{
background-color: #4C1378;
}
</style>
border-color css
<style>
span { border-color: #4C1378; }
span { border-color: rgb(76,19,120); }
td.TdClassName
{
border-color: #4C1378;
}
.TagClassName
{
border-color: #4C1378;
}
</style>