Shades of Indigo #4A0889
Tints of Indigo #4A0889
RGB
CMYK
RGB Variations
Color information
#4A0889 (or 0x4A0889) is known color: Indigo. HEX triplet: 4A, 08 and 89. RGB value is (74,8,137). Sum of RGB (Red+Green+Blue) = 74+8+137=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A0889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0889 is #B5F776. Grayscale: #292929. Windows color (decimal): -11925367 or 8980554. OLE color: 8980554.
HSL color Cylindrical-coordinate representation of color #4A0889: hue angle of 270.7º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0889 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 8 | 137 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.46 |
| HSL | 270.7º | 0.89% | 0.28% | - |
| HSV(B) | 270.7º | 0.94% | 0.54% | - |
| XYZ | 7.43 | 3.44 | 23.94 | - |
| YUV | 42.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 137 | 0.46 | 0.94 | 0 | 0.46 | 270.7 | 0.89 | 0.28 |
| Hex | 4A | 8 | 89 | 2E | 5E | 0 | 2E | 10F | 59 | 1C |
| Octal | 112 | 10 | 211 | 56 | 136 | 0 | 56 | 417 | 131 | 34 |
| Binary | 1001010 | 1000 | 10001001 | 101110 | 1011110 | 0 | 101110 | 100001111 | 1011001 | 11100 |
Color Harmonies of #4A0889
Complementary color
Monochromatic Colors of #4A0889
Black with #4A0889
Text Example
Text Example
White with #4A0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0889; }
p { color: rgb(74,8,137); }
H1.HeaderClassName
{
color: #4A0889;
}
.AnyTagClassName
{
color: #4A0889;
}
</style>
background-color css
<style>
a { background-color: #4A0889; }
a { background-color: rgb(74,8,137); }
div.DivClassName
{
background-color: #4A0889;
}
.BgClassName
{
background-color: #4A0889;
}
</style>
border-color css
<style>
span { border-color: #4A0889; }
span { border-color: rgb(74,8,137); }
td.TdClassName
{
border-color: #4A0889;
}
.TagClassName
{
border-color: #4A0889;
}
</style>