Shades of Indigo #5A0163
Tints of Indigo #5A0163
RGB
CMYK
RGB Variations
Color information
#5A0163 (or 0x5A0163) is known color: Indigo. HEX triplet: 5A, 01 and 63. RGB value is (90,1,99). Sum of RGB (Red+Green+Blue) = 90+1+99=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A0163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0163 is #A5FE9C. Grayscale: #262626. Windows color (decimal): -10878621 or 6488410. OLE color: 6488410.
HSL color Cylindrical-coordinate representation of color #5A0163: hue angle of 294.49º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0163 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 1 | 99 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.61 |
| HSL | 294.49º | 0.98% | 0.2% | - |
| HSV(B) | 294.49º | 0.99% | 0.39% | - |
| XYZ | 6.48 | 3.1 | 12.06 | - |
| YUV | 38.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 99 | 0.09 | 0.99 | 0 | 0.61 | 294.49 | 0.98 | 0.2 |
| Hex | 5A | 1 | 63 | 9 | 63 | 0 | 3D | 126 | 62 | 14 |
| Octal | 132 | 1 | 143 | 11 | 143 | 0 | 75 | 446 | 142 | 24 |
| Binary | 1011010 | 1 | 1100011 | 1001 | 1100011 | 0 | 111101 | 100100110 | 1100010 | 10100 |
Color Harmonies of #5A0163
Complementary color
Monochromatic Colors of #5A0163
Black with #5A0163
Text Example
Text Example
White with #5A0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0163; }
p { color: rgb(90,1,99); }
H1.HeaderClassName
{
color: #5A0163;
}
.AnyTagClassName
{
color: #5A0163;
}
</style>
background-color css
<style>
a { background-color: #5A0163; }
a { background-color: rgb(90,1,99); }
div.DivClassName
{
background-color: #5A0163;
}
.BgClassName
{
background-color: #5A0163;
}
</style>
border-color css
<style>
span { border-color: #5A0163; }
span { border-color: rgb(90,1,99); }
td.TdClassName
{
border-color: #5A0163;
}
.TagClassName
{
border-color: #5A0163;
}
</style>