Shades of Indigo #4A076C
Tints of Indigo #4A076C
RGB
CMYK
RGB Variations
Color information
#4A076C (or 0x4A076C) is known color: Indigo. HEX triplet: 4A, 07 and 6C. RGB value is (74,7,108). Sum of RGB (Red+Green+Blue) = 74+7+108=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A076C is #B5F893. Grayscale: #262626. Windows color (decimal): -11925652 or 7079754. OLE color: 7079754.
HSL color Cylindrical-coordinate representation of color #4A076C: hue angle of 279.8º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A076C is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 7 | 108 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.58 |
| HSL | 279.8º | 0.88% | 0.23% | - |
| HSV(B) | 279.8º | 0.94% | 0.42% | - |
| XYZ | 5.61 | 2.69 | 14.41 | - |
| YUV | 38.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 108 | 0.31 | 0.94 | 0 | 0.58 | 279.8 | 0.88 | 0.23 |
| Hex | 4A | 7 | 6C | 1F | 5E | 0 | 3A | 118 | 58 | 17 |
| Octal | 112 | 7 | 154 | 37 | 136 | 0 | 72 | 430 | 130 | 27 |
| Binary | 1001010 | 111 | 1101100 | 11111 | 1011110 | 0 | 111010 | 100011000 | 1011000 | 10111 |
Color Harmonies of #4A076C
Complementary color
Monochromatic Colors of #4A076C
Black with #4A076C
Text Example
Text Example
White with #4A076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A076C; }
p { color: rgb(74,7,108); }
H1.HeaderClassName
{
color: #4A076C;
}
.AnyTagClassName
{
color: #4A076C;
}
</style>
background-color css
<style>
a { background-color: #4A076C; }
a { background-color: rgb(74,7,108); }
div.DivClassName
{
background-color: #4A076C;
}
.BgClassName
{
background-color: #4A076C;
}
</style>
border-color css
<style>
span { border-color: #4A076C; }
span { border-color: rgb(74,7,108); }
td.TdClassName
{
border-color: #4A076C;
}
.TagClassName
{
border-color: #4A076C;
}
</style>