Shades of Indigo #5A0096
Tints of Indigo #5A0096
RGB
CMYK
RGB Variations
Color information
#5A0096 (or 0x5A0096) is known color: Indigo. HEX triplet: 5A, 00 and 96. RGB value is (90,0,150). Sum of RGB (Red+Green+Blue) = 90+0+150=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A0096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0096 is #A5FF69. Grayscale: #2B2B2B. Windows color (decimal): -10878826 or 9830490. OLE color: 9830490.
HSL color Cylindrical-coordinate representation of color #5A0096: hue angle of 276º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0096 is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 0 | 150 | - |
| CMYK | 0.4 | 1 | 0 | 0.41 |
| HSL | 276º | 1% | 0.29% | - |
| HSV(B) | 276º | 1% | 0.59% | - |
| XYZ | 9.72 | 4.38 | 29.19 | - |
| YUV | 44.01 | 187.82 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 150 | 0.4 | 1 | 0 | 0.41 | 276 | 1 | 0.29 |
| Hex | 5A | 0 | 96 | 28 | 64 | 0 | 29 | 114 | 64 | 1D |
| Octal | 132 | 0 | 226 | 50 | 144 | 0 | 51 | 424 | 144 | 35 |
| Binary | 1011010 | 0 | 10010110 | 101000 | 1100100 | 0 | 101001 | 100010100 | 1100100 | 11101 |
Color Harmonies of #5A0096
Complementary color
Monochromatic Colors of #5A0096
Black with #5A0096
Text Example
Text Example
White with #5A0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0096; }
p { color: rgb(90,0,150); }
H1.HeaderClassName
{
color: #5A0096;
}
.AnyTagClassName
{
color: #5A0096;
}
</style>
background-color css
<style>
a { background-color: #5A0096; }
a { background-color: rgb(90,0,150); }
div.DivClassName
{
background-color: #5A0096;
}
.BgClassName
{
background-color: #5A0096;
}
</style>
border-color css
<style>
span { border-color: #5A0096; }
span { border-color: rgb(90,0,150); }
td.TdClassName
{
border-color: #5A0096;
}
.TagClassName
{
border-color: #5A0096;
}
</style>