Shades of Indigo #5A016D
Tints of Indigo #5A016D
RGB
CMYK
RGB Variations
Color information
#5A016D (or 0x5A016D) is known color: Indigo. HEX triplet: 5A, 01 and 6D. RGB value is (90,1,109). Sum of RGB (Red+Green+Blue) = 90+1+109=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A016D is #A5FE92. Grayscale: #272727. Windows color (decimal): -10878611 or 7143770. OLE color: 7143770.
HSL color Cylindrical-coordinate representation of color #5A016D: hue angle of 289.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A016D is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 1 | 109 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.57 |
| HSL | 289.44º | 0.98% | 0.22% | - |
| HSV(B) | 289.44º | 0.99% | 0.43% | - |
| XYZ | 6.99 | 3.3 | 14.74 | - |
| YUV | 39.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 109 | 0.17 | 0.99 | 0 | 0.57 | 289.44 | 0.98 | 0.22 |
| Hex | 5A | 1 | 6D | 11 | 63 | 0 | 39 | 121 | 62 | 16 |
| Octal | 132 | 1 | 155 | 21 | 143 | 0 | 71 | 441 | 142 | 26 |
| Binary | 1011010 | 1 | 1101101 | 10001 | 1100011 | 0 | 111001 | 100100001 | 1100010 | 10110 |
Color Harmonies of #5A016D
Complementary color
Monochromatic Colors of #5A016D
Black with #5A016D
Text Example
Text Example
White with #5A016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A016D; }
p { color: rgb(90,1,109); }
H1.HeaderClassName
{
color: #5A016D;
}
.AnyTagClassName
{
color: #5A016D;
}
</style>
background-color css
<style>
a { background-color: #5A016D; }
a { background-color: rgb(90,1,109); }
div.DivClassName
{
background-color: #5A016D;
}
.BgClassName
{
background-color: #5A016D;
}
</style>
border-color css
<style>
span { border-color: #5A016D; }
span { border-color: rgb(90,1,109); }
td.TdClassName
{
border-color: #5A016D;
}
.TagClassName
{
border-color: #5A016D;
}
</style>