Shades of Indigo #4C0768
Tints of Indigo #4C0768
RGB
CMYK
RGB Variations
Color information
#4C0768 (or 0x4C0768) is known color: Indigo. HEX triplet: 4C, 07 and 68. RGB value is (76,7,104). Sum of RGB (Red+Green+Blue) = 76+7+104=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C0768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0768 is #B3F897. Grayscale: #262626. Windows color (decimal): -11794584 or 6817612. OLE color: 6817612.
HSL color Cylindrical-coordinate representation of color #4C0768: hue angle of 282.68º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0768 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 7 | 104 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.59 |
| HSL | 282.68º | 0.87% | 0.22% | - |
| HSV(B) | 282.68º | 0.93% | 0.41% | - |
| XYZ | 5.56 | 2.69 | 13.32 | - |
| YUV | 38.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 104 | 0.27 | 0.93 | 0 | 0.59 | 282.68 | 0.87 | 0.22 |
| Hex | 4C | 7 | 68 | 1B | 5D | 0 | 3B | 11B | 57 | 16 |
| Octal | 114 | 7 | 150 | 33 | 135 | 0 | 73 | 433 | 127 | 26 |
| Binary | 1001100 | 111 | 1101000 | 11011 | 1011101 | 0 | 111011 | 100011011 | 1010111 | 10110 |
Color Harmonies of #4C0768
Complementary color
Monochromatic Colors of #4C0768
Black with #4C0768
Text Example
Text Example
White with #4C0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0768; }
p { color: rgb(76,7,104); }
H1.HeaderClassName
{
color: #4C0768;
}
.AnyTagClassName
{
color: #4C0768;
}
</style>
background-color css
<style>
a { background-color: #4C0768; }
a { background-color: rgb(76,7,104); }
div.DivClassName
{
background-color: #4C0768;
}
.BgClassName
{
background-color: #4C0768;
}
</style>
border-color css
<style>
span { border-color: #4C0768; }
span { border-color: rgb(76,7,104); }
td.TdClassName
{
border-color: #4C0768;
}
.TagClassName
{
border-color: #4C0768;
}
</style>