Shades of Indigo #4C1375
Tints of Indigo #4C1375
RGB
CMYK
RGB Variations
Color information
#4C1375 (or 0x4C1375) is known color: Indigo. HEX triplet: 4C, 13 and 75. RGB value is (76,19,117). Sum of RGB (Red+Green+Blue) = 76+19+117=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1375 is #B3EC8A. Grayscale: #2E2E2E. Windows color (decimal): -11791499 or 7672652. OLE color: 7672652.
HSL color Cylindrical-coordinate representation of color #4C1375: hue angle of 274.9º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1375 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 19 | 117 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.54 |
| HSL | 274.9º | 0.72% | 0.27% | - |
| HSV(B) | 274.9º | 0.84% | 0.46% | - |
| XYZ | 6.42 | 3.29 | 17.13 | - |
| YUV | 47.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 117 | 0.35 | 0.84 | 0 | 0.54 | 274.9 | 0.72 | 0.27 |
| Hex | 4C | 13 | 75 | 23 | 54 | 0 | 36 | 113 | 48 | 1B |
| Octal | 114 | 23 | 165 | 43 | 124 | 0 | 66 | 423 | 110 | 33 |
| Binary | 1001100 | 10011 | 1110101 | 100011 | 1010100 | 0 | 110110 | 100010011 | 1001000 | 11011 |
Color Harmonies of #4C1375
Complementary color
Monochromatic Colors of #4C1375
Black with #4C1375
Text Example
Text Example
White with #4C1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1375; }
p { color: rgb(76,19,117); }
H1.HeaderClassName
{
color: #4C1375;
}
.AnyTagClassName
{
color: #4C1375;
}
</style>
background-color css
<style>
a { background-color: #4C1375; }
a { background-color: rgb(76,19,117); }
div.DivClassName
{
background-color: #4C1375;
}
.BgClassName
{
background-color: #4C1375;
}
</style>
border-color css
<style>
span { border-color: #4C1375; }
span { border-color: rgb(76,19,117); }
td.TdClassName
{
border-color: #4C1375;
}
.TagClassName
{
border-color: #4C1375;
}
</style>