Shades of Indigo #4C0066
Tints of Indigo #4C0066
RGB
CMYK
RGB Variations
Color information
#4C0066 (or 0x4C0066) is known color: Indigo. HEX triplet: 4C, 00 and 66. RGB value is (76,0,102). Sum of RGB (Red+Green+Blue) = 76+0+102=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0066 is #B3FF99. Grayscale: #222222. Windows color (decimal): -11796378 or 6684748. OLE color: 6684748.
HSL color Cylindrical-coordinate representation of color #4C0066: hue angle of 284.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0066 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 0 | 102 | - |
| CMYK | 0.25 | 1 | 0 | 0.6 |
| HSL | 284.71º | 1% | 0.2% | - |
| HSV(B) | 284.71º | 1% | 0.4% | - |
| XYZ | 5.38 | 2.5 | 12.77 | - |
| YUV | 34.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 102 | 0.25 | 1 | 0 | 0.6 | 284.71 | 1 | 0.2 |
| Hex | 4C | 0 | 66 | 19 | 64 | 0 | 3C | 11D | 64 | 14 |
| Octal | 114 | 0 | 146 | 31 | 144 | 0 | 74 | 435 | 144 | 24 |
| Binary | 1001100 | 0 | 1100110 | 11001 | 1100100 | 0 | 111100 | 100011101 | 1100100 | 10100 |
Color Harmonies of #4C0066
Complementary color
Monochromatic Colors of #4C0066
Black with #4C0066
Text Example
Text Example
White with #4C0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0066; }
p { color: rgb(76,0,102); }
H1.HeaderClassName
{
color: #4C0066;
}
.AnyTagClassName
{
color: #4C0066;
}
</style>
background-color css
<style>
a { background-color: #4C0066; }
a { background-color: rgb(76,0,102); }
div.DivClassName
{
background-color: #4C0066;
}
.BgClassName
{
background-color: #4C0066;
}
</style>
border-color css
<style>
span { border-color: #4C0066; }
span { border-color: rgb(76,0,102); }
td.TdClassName
{
border-color: #4C0066;
}
.TagClassName
{
border-color: #4C0066;
}
</style>