Shades of Indigo #5A1296
Tints of Indigo #5A1296
RGB
CMYK
RGB Variations
Color information
#5A1296 (or 0x5A1296) is known color: Indigo. HEX triplet: 5A, 12 and 96. RGB value is (90,18,150). Sum of RGB (Red+Green+Blue) = 90+18+150=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A1296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1296 is #A5ED69. Grayscale: #363636. Windows color (decimal): -10874218 or 9835098. OLE color: 9835098.
HSL color Cylindrical-coordinate representation of color #5A1296: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1296 is Cyan = 0.4, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 18 | 150 | - |
| CMYK | 0.4 | 0.88 | 0 | 0.41 |
| HSL | 272.73º | 0.79% | 0.33% | - |
| HSV(B) | 272.73º | 0.88% | 0.59% | - |
| XYZ | 9.94 | 4.81 | 29.26 | - |
| YUV | 54.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 150 | 0.4 | 0.88 | 0 | 0.41 | 272.73 | 0.79 | 0.33 |
| Hex | 5A | 12 | 96 | 28 | 58 | 0 | 29 | 111 | 4F | 21 |
| Octal | 132 | 22 | 226 | 50 | 130 | 0 | 51 | 421 | 117 | 41 |
| Binary | 1011010 | 10010 | 10010110 | 101000 | 1011000 | 0 | 101001 | 100010001 | 1001111 | 100001 |
Color Harmonies of #5A1296
Complementary color
Monochromatic Colors of #5A1296
Black with #5A1296
Text Example
Text Example
White with #5A1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1296; }
p { color: rgb(90,18,150); }
H1.HeaderClassName
{
color: #5A1296;
}
.AnyTagClassName
{
color: #5A1296;
}
</style>
background-color css
<style>
a { background-color: #5A1296; }
a { background-color: rgb(90,18,150); }
div.DivClassName
{
background-color: #5A1296;
}
.BgClassName
{
background-color: #5A1296;
}
</style>
border-color css
<style>
span { border-color: #5A1296; }
span { border-color: rgb(90,18,150); }
td.TdClassName
{
border-color: #5A1296;
}
.TagClassName
{
border-color: #5A1296;
}
</style>