Shades of Indigo #5A018D
Tints of Indigo #5A018D
RGB
CMYK
RGB Variations
Color information
#5A018D (or 0x5A018D) is known color: Indigo. HEX triplet: 5A, 01 and 8D. RGB value is (90,1,141). Sum of RGB (Red+Green+Blue) = 90+1+141=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A018D is #A5FE72. Grayscale: #2B2B2B. Windows color (decimal): -10878579 or 9240922. OLE color: 9240922.
HSL color Cylindrical-coordinate representation of color #5A018D: hue angle of 278.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A018D is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 1 | 141 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.45 |
| HSL | 278.14º | 0.99% | 0.28% | - |
| HSV(B) | 278.14º | 0.99% | 0.55% | - |
| XYZ | 9.04 | 4.12 | 25.52 | - |
| YUV | 43.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 141 | 0.36 | 0.99 | 0 | 0.45 | 278.14 | 0.99 | 0.28 |
| Hex | 5A | 1 | 8D | 24 | 63 | 0 | 2D | 116 | 63 | 1C |
| Octal | 132 | 1 | 215 | 44 | 143 | 0 | 55 | 426 | 143 | 34 |
| Binary | 1011010 | 1 | 10001101 | 100100 | 1100011 | 0 | 101101 | 100010110 | 1100011 | 11100 |
Color Harmonies of #5A018D
Complementary color
Monochromatic Colors of #5A018D
Black with #5A018D
Text Example
Text Example
White with #5A018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A018D; }
p { color: rgb(90,1,141); }
H1.HeaderClassName
{
color: #5A018D;
}
.AnyTagClassName
{
color: #5A018D;
}
</style>
background-color css
<style>
a { background-color: #5A018D; }
a { background-color: rgb(90,1,141); }
div.DivClassName
{
background-color: #5A018D;
}
.BgClassName
{
background-color: #5A018D;
}
</style>
border-color css
<style>
span { border-color: #5A018D; }
span { border-color: rgb(90,1,141); }
td.TdClassName
{
border-color: #5A018D;
}
.TagClassName
{
border-color: #5A018D;
}
</style>