Shades of Indigo #4C096C
Tints of Indigo #4C096C
RGB
CMYK
RGB Variations
Color information
#4C096C (or 0x4C096C) is known color: Indigo. HEX triplet: 4C, 09 and 6C. RGB value is (76,9,108). Sum of RGB (Red+Green+Blue) = 76+9+108=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C096C is #B3F693. Grayscale: #272727. Windows color (decimal): -11794068 or 7080268. OLE color: 7080268.
HSL color Cylindrical-coordinate representation of color #4C096C: hue angle of 280.61º degrees, saturation: 0.85, 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 #4C096C is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 9 | 108 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.58 |
| HSL | 280.61º | 0.85% | 0.23% | - |
| HSV(B) | 280.61º | 0.92% | 0.42% | - |
| XYZ | 5.78 | 2.81 | 14.43 | - |
| YUV | 40.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 108 | 0.30 | 0.92 | 0 | 0.58 | 280.61 | 0.85 | 0.23 |
| Hex | 4C | 9 | 6C | 1E | 5C | 0 | 3A | 119 | 55 | 17 |
| Octal | 114 | 11 | 154 | 36 | 134 | 0 | 72 | 431 | 125 | 27 |
| Binary | 1001100 | 1001 | 1101100 | 11110 | 1011100 | 0 | 111010 | 100011001 | 1010101 | 10111 |
Color Harmonies of #4C096C
Complementary color
Monochromatic Colors of #4C096C
Black with #4C096C
Text Example
Text Example
White with #4C096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C096C; }
p { color: rgb(76,9,108); }
H1.HeaderClassName
{
color: #4C096C;
}
.AnyTagClassName
{
color: #4C096C;
}
</style>
background-color css
<style>
a { background-color: #4C096C; }
a { background-color: rgb(76,9,108); }
div.DivClassName
{
background-color: #4C096C;
}
.BgClassName
{
background-color: #4C096C;
}
</style>
border-color css
<style>
span { border-color: #4C096C; }
span { border-color: rgb(76,9,108); }
td.TdClassName
{
border-color: #4C096C;
}
.TagClassName
{
border-color: #4C096C;
}
</style>