Shades of Indigo #4C066C
Tints of Indigo #4C066C
RGB
CMYK
RGB Variations
Color information
#4C066C (or 0x4C066C) is known color: Indigo. HEX triplet: 4C, 06 and 6C. RGB value is (76,6,108). Sum of RGB (Red+Green+Blue) = 76+6+108=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C066C is #B3F993. Grayscale: #262626. Windows color (decimal): -11794836 or 7079500. OLE color: 7079500.
HSL color Cylindrical-coordinate representation of color #4C066C: hue angle of 281.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C066C is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 6 | 108 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.58 |
| HSL | 281.18º | 0.89% | 0.22% | - |
| HSV(B) | 281.18º | 0.94% | 0.42% | - |
| XYZ | 5.75 | 2.75 | 14.41 | - |
| YUV | 38.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 6 | 108 | 0.30 | 0.94 | 0 | 0.58 | 281.18 | 0.89 | 0.22 |
| Hex | 4C | 6 | 6C | 1E | 5E | 0 | 3A | 119 | 59 | 16 |
| Octal | 114 | 6 | 154 | 36 | 136 | 0 | 72 | 431 | 131 | 26 |
| Binary | 1001100 | 110 | 1101100 | 11110 | 1011110 | 0 | 111010 | 100011001 | 1011001 | 10110 |
Color Harmonies of #4C066C
Complementary color
Monochromatic Colors of #4C066C
Black with #4C066C
Text Example
Text Example
White with #4C066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C066C; }
p { color: rgb(76,6,108); }
H1.HeaderClassName
{
color: #4C066C;
}
.AnyTagClassName
{
color: #4C066C;
}
</style>
background-color css
<style>
a { background-color: #4C066C; }
a { background-color: rgb(76,6,108); }
div.DivClassName
{
background-color: #4C066C;
}
.BgClassName
{
background-color: #4C066C;
}
</style>
border-color css
<style>
span { border-color: #4C066C; }
span { border-color: rgb(76,6,108); }
td.TdClassName
{
border-color: #4C066C;
}
.TagClassName
{
border-color: #4C066C;
}
</style>