Shades of Indigo #5A1889
Tints of Indigo #5A1889
RGB
CMYK
RGB Variations
Color information
#5A1889 (or 0x5A1889) is known color: Indigo. HEX triplet: 5A, 18 and 89. RGB value is (90,24,137). Sum of RGB (Red+Green+Blue) = 90+24+137=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A1889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1889 is #A5E776. Grayscale: #383838. Windows color (decimal): -10872695 or 8984666. OLE color: 8984666.
HSL color Cylindrical-coordinate representation of color #5A1889: hue angle of 275.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1889 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 24 | 137 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.46 |
| HSL | 275.04º | 0.7% | 0.32% | - |
| HSV(B) | 275.04º | 0.82% | 0.54% | - |
| XYZ | 9.06 | 4.63 | 24.08 | - |
| YUV | 56.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 137 | 0.34 | 0.82 | 0 | 0.46 | 275.04 | 0.7 | 0.32 |
| Hex | 5A | 18 | 89 | 22 | 52 | 0 | 2E | 113 | 46 | 20 |
| Octal | 132 | 30 | 211 | 42 | 122 | 0 | 56 | 423 | 106 | 40 |
| Binary | 1011010 | 11000 | 10001001 | 100010 | 1010010 | 0 | 101110 | 100010011 | 1000110 | 100000 |
Color Harmonies of #5A1889
Complementary color
Monochromatic Colors of #5A1889
Black with #5A1889
Text Example
Text Example
White with #5A1889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1889; }
p { color: rgb(90,24,137); }
H1.HeaderClassName
{
color: #5A1889;
}
.AnyTagClassName
{
color: #5A1889;
}
</style>
background-color css
<style>
a { background-color: #5A1889; }
a { background-color: rgb(90,24,137); }
div.DivClassName
{
background-color: #5A1889;
}
.BgClassName
{
background-color: #5A1889;
}
</style>
border-color css
<style>
span { border-color: #5A1889; }
span { border-color: rgb(90,24,137); }
td.TdClassName
{
border-color: #5A1889;
}
.TagClassName
{
border-color: #5A1889;
}
</style>