Shades of Indigo #5A0789
Tints of Indigo #5A0789
RGB
CMYK
RGB Variations
Color information
#5A0789 (or 0x5A0789) is known color: Indigo. HEX triplet: 5A, 07 and 89. RGB value is (90,7,137). Sum of RGB (Red+Green+Blue) = 90+7+137=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A0789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0789 is #A5F876. Grayscale: #2E2E2E. Windows color (decimal): -10877047 or 8980314. OLE color: 8980314.
HSL color Cylindrical-coordinate representation of color #5A0789: hue angle of 278.31º 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 #5A0789 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 7 | 137 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.46 |
| HSL | 278.31º | 0.9% | 0.28% | - |
| HSV(B) | 278.31º | 0.95% | 0.54% | - |
| XYZ | 8.81 | 4.13 | 24 | - |
| YUV | 46.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 137 | 0.34 | 0.95 | 0 | 0.46 | 278.31 | 0.9 | 0.28 |
| Hex | 5A | 7 | 89 | 22 | 5F | 0 | 2E | 116 | 5A | 1C |
| Octal | 132 | 7 | 211 | 42 | 137 | 0 | 56 | 426 | 132 | 34 |
| Binary | 1011010 | 111 | 10001001 | 100010 | 1011111 | 0 | 101110 | 100010110 | 1011010 | 11100 |
Color Harmonies of #5A0789
Complementary color
Monochromatic Colors of #5A0789
Black with #5A0789
Text Example
Text Example
White with #5A0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0789; }
p { color: rgb(90,7,137); }
H1.HeaderClassName
{
color: #5A0789;
}
.AnyTagClassName
{
color: #5A0789;
}
</style>
background-color css
<style>
a { background-color: #5A0789; }
a { background-color: rgb(90,7,137); }
div.DivClassName
{
background-color: #5A0789;
}
.BgClassName
{
background-color: #5A0789;
}
</style>
border-color css
<style>
span { border-color: #5A0789; }
span { border-color: rgb(90,7,137); }
td.TdClassName
{
border-color: #5A0789;
}
.TagClassName
{
border-color: #5A0789;
}
</style>