Shades of Indigo #4A0786
Tints of Indigo #4A0786
RGB
CMYK
RGB Variations
Color information
#4A0786 (or 0x4A0786) is known color: Indigo. HEX triplet: 4A, 07 and 86. RGB value is (74,7,134). Sum of RGB (Red+Green+Blue) = 74+7+134=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #4A0786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0786 is #B5F879. Grayscale: #292929. Windows color (decimal): -11925626 or 8783690. OLE color: 8783690.
HSL color Cylindrical-coordinate representation of color #4A0786: hue angle of 271.65º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0786 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 7 | 134 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.47 |
| HSL | 271.65º | 0.9% | 0.28% | - |
| HSV(B) | 271.65º | 0.95% | 0.53% | - |
| XYZ | 7.2 | 3.33 | 22.82 | - |
| YUV | 41.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 134 | 0.45 | 0.95 | 0 | 0.47 | 271.65 | 0.9 | 0.28 |
| Hex | 4A | 7 | 86 | 2D | 5F | 0 | 2F | 110 | 5A | 1C |
| Octal | 112 | 7 | 206 | 55 | 137 | 0 | 57 | 420 | 132 | 34 |
| Binary | 1001010 | 111 | 10000110 | 101101 | 1011111 | 0 | 101111 | 100010000 | 1011010 | 11100 |
Color Harmonies of #4A0786
Complementary color
Monochromatic Colors of #4A0786
Black with #4A0786
Text Example
Text Example
White with #4A0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0786; }
p { color: rgb(74,7,134); }
H1.HeaderClassName
{
color: #4A0786;
}
.AnyTagClassName
{
color: #4A0786;
}
</style>
background-color css
<style>
a { background-color: #4A0786; }
a { background-color: rgb(74,7,134); }
div.DivClassName
{
background-color: #4A0786;
}
.BgClassName
{
background-color: #4A0786;
}
</style>
border-color css
<style>
span { border-color: #4A0786; }
span { border-color: rgb(74,7,134); }
td.TdClassName
{
border-color: #4A0786;
}
.TagClassName
{
border-color: #4A0786;
}
</style>