Shades of Indigo #4A0789
Tints of Indigo #4A0789
RGB
CMYK
RGB Variations
Color information
#4A0789 (or 0x4A0789) is known color: Indigo. HEX triplet: 4A, 07 and 89. RGB value is (74,7,137). Sum of RGB (Red+Green+Blue) = 74+7+137=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A0789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0789 is #B5F876. Grayscale: #292929. Windows color (decimal): -11925623 or 8980298. OLE color: 8980298.
HSL color Cylindrical-coordinate representation of color #4A0789: hue angle of 270.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0789 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 7 | 137 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.46 |
| HSL | 270.92º | 0.9% | 0.28% | - |
| HSV(B) | 270.92º | 0.95% | 0.54% | - |
| XYZ | 7.42 | 3.41 | 23.94 | - |
| YUV | 41.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 137 | 0.46 | 0.95 | 0 | 0.46 | 270.92 | 0.9 | 0.28 |
| Hex | 4A | 7 | 89 | 2E | 5F | 0 | 2E | 10F | 5A | 1C |
| Octal | 112 | 7 | 211 | 56 | 137 | 0 | 56 | 417 | 132 | 34 |
| Binary | 1001010 | 111 | 10001001 | 101110 | 1011111 | 0 | 101110 | 100001111 | 1011010 | 11100 |
Color Harmonies of #4A0789
Complementary color
Monochromatic Colors of #4A0789
Black with #4A0789
Text Example
Text Example
White with #4A0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0789; }
p { color: rgb(74,7,137); }
H1.HeaderClassName
{
color: #4A0789;
}
.AnyTagClassName
{
color: #4A0789;
}
</style>
background-color css
<style>
a { background-color: #4A0789; }
a { background-color: rgb(74,7,137); }
div.DivClassName
{
background-color: #4A0789;
}
.BgClassName
{
background-color: #4A0789;
}
</style>
border-color css
<style>
span { border-color: #4A0789; }
span { border-color: rgb(74,7,137); }
td.TdClassName
{
border-color: #4A0789;
}
.TagClassName
{
border-color: #4A0789;
}
</style>