Shades of Indigo #5A0166
Tints of Indigo #5A0166
RGB
CMYK
RGB Variations
Color information
#5A0166 (or 0x5A0166) is known color: Indigo. HEX triplet: 5A, 01 and 66. RGB value is (90,1,102). Sum of RGB (Red+Green+Blue) = 90+1+102=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A0166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0166 is #A5FE99. Grayscale: #262626. Windows color (decimal): -10878618 or 6685018. OLE color: 6685018.
HSL color Cylindrical-coordinate representation of color #5A0166: hue angle of 292.87º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0166 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 1 | 102 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.6 |
| HSL | 292.87º | 0.98% | 0.2% | - |
| HSV(B) | 292.87º | 0.99% | 0.4% | - |
| XYZ | 6.63 | 3.15 | 12.83 | - |
| YUV | 39.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 102 | 0.12 | 0.99 | 0 | 0.6 | 292.87 | 0.98 | 0.2 |
| Hex | 5A | 1 | 66 | C | 63 | 0 | 3C | 125 | 62 | 14 |
| Octal | 132 | 1 | 146 | 14 | 143 | 0 | 74 | 445 | 142 | 24 |
| Binary | 1011010 | 1 | 1100110 | 1100 | 1100011 | 0 | 111100 | 100100101 | 1100010 | 10100 |
Color Harmonies of #5A0166
Complementary color
Monochromatic Colors of #5A0166
Black with #5A0166
Text Example
Text Example
White with #5A0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0166; }
p { color: rgb(90,1,102); }
H1.HeaderClassName
{
color: #5A0166;
}
.AnyTagClassName
{
color: #5A0166;
}
</style>
background-color css
<style>
a { background-color: #5A0166; }
a { background-color: rgb(90,1,102); }
div.DivClassName
{
background-color: #5A0166;
}
.BgClassName
{
background-color: #5A0166;
}
</style>
border-color css
<style>
span { border-color: #5A0166; }
span { border-color: rgb(90,1,102); }
td.TdClassName
{
border-color: #5A0166;
}
.TagClassName
{
border-color: #5A0166;
}
</style>