Shades of Indigo #5A168A
Tints of Indigo #5A168A
RGB
CMYK
RGB Variations
Color information
#5A168A (or 0x5A168A) is known color: Indigo. HEX triplet: 5A, 16 and 8A. RGB value is (90,22,138). Sum of RGB (Red+Green+Blue) = 90+22+138=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A168A is #A5E975. Grayscale: #373737. Windows color (decimal): -10873206 or 9049690. OLE color: 9049690.
HSL color Cylindrical-coordinate representation of color #5A168A: hue angle of 275.17º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A168A is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 22 | 138 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.46 |
| HSL | 275.17º | 0.73% | 0.31% | - |
| HSV(B) | 275.17º | 0.84% | 0.54% | - |
| XYZ | 9.09 | 4.58 | 24.45 | - |
| YUV | 55.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 138 | 0.35 | 0.84 | 0 | 0.46 | 275.17 | 0.73 | 0.31 |
| Hex | 5A | 16 | 8A | 23 | 54 | 0 | 2E | 113 | 48 | 1F |
| Octal | 132 | 26 | 212 | 43 | 124 | 0 | 56 | 423 | 110 | 37 |
| Binary | 1011010 | 10110 | 10001010 | 100011 | 1010100 | 0 | 101110 | 100010011 | 1001000 | 11111 |
Color Harmonies of #5A168A
Complementary color
Monochromatic Colors of #5A168A
Black with #5A168A
Text Example
Text Example
White with #5A168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A168A; }
p { color: rgb(90,22,138); }
H1.HeaderClassName
{
color: #5A168A;
}
.AnyTagClassName
{
color: #5A168A;
}
</style>
background-color css
<style>
a { background-color: #5A168A; }
a { background-color: rgb(90,22,138); }
div.DivClassName
{
background-color: #5A168A;
}
.BgClassName
{
background-color: #5A168A;
}
</style>
border-color css
<style>
span { border-color: #5A168A; }
span { border-color: rgb(90,22,138); }
td.TdClassName
{
border-color: #5A168A;
}
.TagClassName
{
border-color: #5A168A;
}
</style>