Shades of Indigo #5A1488
Tints of Indigo #5A1488
RGB
CMYK
RGB Variations
Color information
#5A1488 (or 0x5A1488) is known color: Indigo. HEX triplet: 5A, 14 and 88. RGB value is (90,20,136). Sum of RGB (Red+Green+Blue) = 90+20+136=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A1488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1488 is #A5EB77. Grayscale: #353535. Windows color (decimal): -10873720 or 8918106. OLE color: 8918106.
HSL color Cylindrical-coordinate representation of color #5A1488: hue angle of 276.21º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1488 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 20 | 136 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.47 |
| HSL | 276.21º | 0.74% | 0.31% | - |
| HSV(B) | 276.21º | 0.85% | 0.53% | - |
| XYZ | 8.91 | 4.45 | 23.68 | - |
| YUV | 54.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 136 | 0.34 | 0.85 | 0 | 0.47 | 276.21 | 0.74 | 0.31 |
| Hex | 5A | 14 | 88 | 22 | 55 | 0 | 2F | 114 | 4A | 1F |
| Octal | 132 | 24 | 210 | 42 | 125 | 0 | 57 | 424 | 112 | 37 |
| Binary | 1011010 | 10100 | 10001000 | 100010 | 1010101 | 0 | 101111 | 100010100 | 1001010 | 11111 |
Color Harmonies of #5A1488
Complementary color
Monochromatic Colors of #5A1488
Black with #5A1488
Text Example
Text Example
White with #5A1488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1488; }
p { color: rgb(90,20,136); }
H1.HeaderClassName
{
color: #5A1488;
}
.AnyTagClassName
{
color: #5A1488;
}
</style>
background-color css
<style>
a { background-color: #5A1488; }
a { background-color: rgb(90,20,136); }
div.DivClassName
{
background-color: #5A1488;
}
.BgClassName
{
background-color: #5A1488;
}
</style>
border-color css
<style>
span { border-color: #5A1488; }
span { border-color: rgb(90,20,136); }
td.TdClassName
{
border-color: #5A1488;
}
.TagClassName
{
border-color: #5A1488;
}
</style>