Shades of Indigo #5A056A
Tints of Indigo #5A056A
RGB
CMYK
RGB Variations
Color information
#5A056A (or 0x5A056A) is known color: Indigo. HEX triplet: 5A, 05 and 6A. RGB value is (90,5,106). Sum of RGB (Red+Green+Blue) = 90+5+106=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A056A is #A5FA95. Grayscale: #292929. Windows color (decimal): -10877590 or 6948186. OLE color: 6948186.
HSL color Cylindrical-coordinate representation of color #5A056A: hue angle of 290.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A056A is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 5 | 106 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.58 |
| HSL | 290.5º | 0.91% | 0.22% | - |
| HSV(B) | 290.5º | 0.95% | 0.42% | - |
| XYZ | 6.87 | 3.32 | 13.91 | - |
| YUV | 41.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 106 | 0.15 | 0.95 | 0 | 0.58 | 290.5 | 0.91 | 0.22 |
| Hex | 5A | 5 | 6A | F | 5F | 0 | 3A | 122 | 5B | 16 |
| Octal | 132 | 5 | 152 | 17 | 137 | 0 | 72 | 442 | 133 | 26 |
| Binary | 1011010 | 101 | 1101010 | 1111 | 1011111 | 0 | 111010 | 100100010 | 1011011 | 10110 |
Color Harmonies of #5A056A
Complementary color
Monochromatic Colors of #5A056A
Black with #5A056A
Text Example
Text Example
White with #5A056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A056A; }
p { color: rgb(90,5,106); }
H1.HeaderClassName
{
color: #5A056A;
}
.AnyTagClassName
{
color: #5A056A;
}
</style>
background-color css
<style>
a { background-color: #5A056A; }
a { background-color: rgb(90,5,106); }
div.DivClassName
{
background-color: #5A056A;
}
.BgClassName
{
background-color: #5A056A;
}
</style>
border-color css
<style>
span { border-color: #5A056A; }
span { border-color: rgb(90,5,106); }
td.TdClassName
{
border-color: #5A056A;
}
.TagClassName
{
border-color: #5A056A;
}
</style>