Shades of Indigo #5A019D
Tints of Indigo #5A019D
RGB
CMYK
RGB Variations
Color information
#5A019D (or 0x5A019D) is known color: Indigo. HEX triplet: 5A, 01 and 9D. RGB value is (90,1,157). Sum of RGB (Red+Green+Blue) = 90+1+157=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A019D is #A5FE62. Grayscale: #2C2C2C. Windows color (decimal): -10878563 or 10289498. OLE color: 10289498.
HSL color Cylindrical-coordinate representation of color #5A019D: hue angle of 274.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A019D is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 1 | 157 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.38 |
| HSL | 274.23º | 0.99% | 0.31% | - |
| HSV(B) | 274.23º | 0.99% | 0.62% | - |
| XYZ | 10.31 | 4.63 | 32.25 | - |
| YUV | 45.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 157 | 0.43 | 0.99 | 0 | 0.38 | 274.23 | 0.99 | 0.31 |
| Hex | 5A | 1 | 9D | 2B | 63 | 0 | 26 | 112 | 63 | 1F |
| Octal | 132 | 1 | 235 | 53 | 143 | 0 | 46 | 422 | 143 | 37 |
| Binary | 1011010 | 1 | 10011101 | 101011 | 1100011 | 0 | 100110 | 100010010 | 1100011 | 11111 |
Color Harmonies of #5A019D
Complementary color
Monochromatic Colors of #5A019D
Black with #5A019D
Text Example
Text Example
White with #5A019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A019D; }
p { color: rgb(90,1,157); }
H1.HeaderClassName
{
color: #5A019D;
}
.AnyTagClassName
{
color: #5A019D;
}
</style>
background-color css
<style>
a { background-color: #5A019D; }
a { background-color: rgb(90,1,157); }
div.DivClassName
{
background-color: #5A019D;
}
.BgClassName
{
background-color: #5A019D;
}
</style>
border-color css
<style>
span { border-color: #5A019D; }
span { border-color: rgb(90,1,157); }
td.TdClassName
{
border-color: #5A019D;
}
.TagClassName
{
border-color: #5A019D;
}
</style>