Shades of Indigo #5A0A6A
Tints of Indigo #5A0A6A
RGB
CMYK
RGB Variations
Color information
#5A0A6A (or 0x5A0A6A) is known color: Indigo. HEX triplet: 5A, 0A and 6A. RGB value is (90,10,106). Sum of RGB (Red+Green+Blue) = 90+10+106=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A0A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A6A is #A5F595. Grayscale: #2C2C2C. Windows color (decimal): -10876310 or 6949466. OLE color: 6949466.
HSL color Cylindrical-coordinate representation of color #5A0A6A: hue angle of 290º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0A6A is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 10 | 106 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.58 |
| HSL | 290º | 0.83% | 0.23% | - |
| HSV(B) | 290º | 0.91% | 0.42% | - |
| XYZ | 6.93 | 3.43 | 13.93 | - |
| YUV | 44.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 106 | 0.15 | 0.91 | 0 | 0.58 | 290 | 0.83 | 0.23 |
| Hex | 5A | A | 6A | F | 5B | 0 | 3A | 122 | 53 | 17 |
| Octal | 132 | 12 | 152 | 17 | 133 | 0 | 72 | 442 | 123 | 27 |
| Binary | 1011010 | 1010 | 1101010 | 1111 | 1011011 | 0 | 111010 | 100100010 | 1010011 | 10111 |
Color Harmonies of #5A0A6A
Complementary color
Monochromatic Colors of #5A0A6A
Black with #5A0A6A
Text Example
Text Example
White with #5A0A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A6A; }
p { color: rgb(90,10,106); }
H1.HeaderClassName
{
color: #5A0A6A;
}
.AnyTagClassName
{
color: #5A0A6A;
}
</style>
background-color css
<style>
a { background-color: #5A0A6A; }
a { background-color: rgb(90,10,106); }
div.DivClassName
{
background-color: #5A0A6A;
}
.BgClassName
{
background-color: #5A0A6A;
}
</style>
border-color css
<style>
span { border-color: #5A0A6A; }
span { border-color: rgb(90,10,106); }
td.TdClassName
{
border-color: #5A0A6A;
}
.TagClassName
{
border-color: #5A0A6A;
}
</style>