Shades of Indigo #4C1794
Tints of Indigo #4C1794
RGB
CMYK
RGB Variations
Color information
#4C1794 (or 0x4C1794) is known color: Indigo. HEX triplet: 4C, 17 and 94. RGB value is (76,23,148). Sum of RGB (Red+Green+Blue) = 76+23+148=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1794 is #B3E86B. Grayscale: #343434. Windows color (decimal): -11790444 or 9705292. OLE color: 9705292.
HSL color Cylindrical-coordinate representation of color #4C1794: hue angle of 265.44º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1794 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 23 | 148 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.42 |
| HSL | 265.44º | 0.73% | 0.34% | - |
| HSV(B) | 265.44º | 0.84% | 0.58% | - |
| XYZ | 8.63 | 4.29 | 28.39 | - |
| YUV | 53.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 148 | 0.49 | 0.84 | 0 | 0.42 | 265.44 | 0.73 | 0.34 |
| Hex | 4C | 17 | 94 | 31 | 54 | 0 | 2A | 109 | 49 | 22 |
| Octal | 114 | 27 | 224 | 61 | 124 | 0 | 52 | 411 | 111 | 42 |
| Binary | 1001100 | 10111 | 10010100 | 110001 | 1010100 | 0 | 101010 | 100001001 | 1001001 | 100010 |
Color Harmonies of #4C1794
Complementary color
Monochromatic Colors of #4C1794
Black with #4C1794
Text Example
Text Example
White with #4C1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1794; }
p { color: rgb(76,23,148); }
H1.HeaderClassName
{
color: #4C1794;
}
.AnyTagClassName
{
color: #4C1794;
}
</style>
background-color css
<style>
a { background-color: #4C1794; }
a { background-color: rgb(76,23,148); }
div.DivClassName
{
background-color: #4C1794;
}
.BgClassName
{
background-color: #4C1794;
}
</style>
border-color css
<style>
span { border-color: #4C1794; }
span { border-color: rgb(76,23,148); }
td.TdClassName
{
border-color: #4C1794;
}
.TagClassName
{
border-color: #4C1794;
}
</style>