Shades of Indigo #4C096A
Tints of Indigo #4C096A
RGB
CMYK
RGB Variations
Color information
#4C096A (or 0x4C096A) is known color: Indigo. HEX triplet: 4C, 09 and 6A. RGB value is (76,9,106). Sum of RGB (Red+Green+Blue) = 76+9+106=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C096A is #B3F695. Grayscale: #272727. Windows color (decimal): -11794070 or 6949196. OLE color: 6949196.
HSL color Cylindrical-coordinate representation of color #4C096A: hue angle of 281.44º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C096A is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 9 | 106 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.58 |
| HSL | 281.44º | 0.84% | 0.23% | - |
| HSV(B) | 281.44º | 0.92% | 0.42% | - |
| XYZ | 5.68 | 2.77 | 13.87 | - |
| YUV | 40.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 106 | 0.28 | 0.92 | 0 | 0.58 | 281.44 | 0.84 | 0.23 |
| Hex | 4C | 9 | 6A | 1C | 5C | 0 | 3A | 119 | 54 | 17 |
| Octal | 114 | 11 | 152 | 34 | 134 | 0 | 72 | 431 | 124 | 27 |
| Binary | 1001100 | 1001 | 1101010 | 11100 | 1011100 | 0 | 111010 | 100011001 | 1010100 | 10111 |
Color Harmonies of #4C096A
Complementary color
Monochromatic Colors of #4C096A
Black with #4C096A
Text Example
Text Example
White with #4C096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C096A; }
p { color: rgb(76,9,106); }
H1.HeaderClassName
{
color: #4C096A;
}
.AnyTagClassName
{
color: #4C096A;
}
</style>
background-color css
<style>
a { background-color: #4C096A; }
a { background-color: rgb(76,9,106); }
div.DivClassName
{
background-color: #4C096A;
}
.BgClassName
{
background-color: #4C096A;
}
</style>
border-color css
<style>
span { border-color: #4C096A; }
span { border-color: rgb(76,9,106); }
td.TdClassName
{
border-color: #4C096A;
}
.TagClassName
{
border-color: #4C096A;
}
</style>