Shades of Indigo #5A178A
Tints of Indigo #5A178A
RGB
CMYK
RGB Variations
Color information
#5A178A (or 0x5A178A) is known color: Indigo. HEX triplet: 5A, 17 and 8A. RGB value is (90,23,138). Sum of RGB (Red+Green+Blue) = 90+23+138=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A178A is #A5E875. Grayscale: #373737. Windows color (decimal): -10872950 or 9049946. OLE color: 9049946.
HSL color Cylindrical-coordinate representation of color #5A178A: hue angle of 274.96º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A178A is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 23 | 138 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.46 |
| HSL | 274.96º | 0.71% | 0.32% | - |
| HSV(B) | 274.96º | 0.83% | 0.54% | - |
| XYZ | 9.11 | 4.62 | 24.46 | - |
| YUV | 56.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 138 | 0.35 | 0.83 | 0 | 0.46 | 274.96 | 0.71 | 0.32 |
| Hex | 5A | 17 | 8A | 23 | 53 | 0 | 2E | 113 | 47 | 20 |
| Octal | 132 | 27 | 212 | 43 | 123 | 0 | 56 | 423 | 107 | 40 |
| Binary | 1011010 | 10111 | 10001010 | 100011 | 1010011 | 0 | 101110 | 100010011 | 1000111 | 100000 |
Color Harmonies of #5A178A
Complementary color
Monochromatic Colors of #5A178A
Black with #5A178A
Text Example
Text Example
White with #5A178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A178A; }
p { color: rgb(90,23,138); }
H1.HeaderClassName
{
color: #5A178A;
}
.AnyTagClassName
{
color: #5A178A;
}
</style>
background-color css
<style>
a { background-color: #5A178A; }
a { background-color: rgb(90,23,138); }
div.DivClassName
{
background-color: #5A178A;
}
.BgClassName
{
background-color: #5A178A;
}
</style>
border-color css
<style>
span { border-color: #5A178A; }
span { border-color: rgb(90,23,138); }
td.TdClassName
{
border-color: #5A178A;
}
.TagClassName
{
border-color: #5A178A;
}
</style>