Shades of Indigo #5A027A
Tints of Indigo #5A027A
RGB
CMYK
RGB Variations
Color information
#5A027A (or 0x5A027A) is known color: Indigo. HEX triplet: 5A, 02 and 7A. RGB value is (90,2,122). Sum of RGB (Red+Green+Blue) = 90+2+122=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A027A is #A5FD85. Grayscale: #292929. Windows color (decimal): -10878342 or 7995994. OLE color: 7995994.
HSL color Cylindrical-coordinate representation of color #5A027A: hue angle of 284º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A027A is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 2 | 122 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.52 |
| HSL | 284º | 0.97% | 0.24% | - |
| HSV(B) | 284º | 0.98% | 0.48% | - |
| XYZ | 7.75 | 3.62 | 18.7 | - |
| YUV | 41.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 122 | 0.26 | 0.98 | 0 | 0.52 | 284 | 0.97 | 0.24 |
| Hex | 5A | 2 | 7A | 1A | 62 | 0 | 34 | 11C | 61 | 18 |
| Octal | 132 | 2 | 172 | 32 | 142 | 0 | 64 | 434 | 141 | 30 |
| Binary | 1011010 | 10 | 1111010 | 11010 | 1100010 | 0 | 110100 | 100011100 | 1100001 | 11000 |
Color Harmonies of #5A027A
Complementary color
Monochromatic Colors of #5A027A
Black with #5A027A
Text Example
Text Example
White with #5A027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A027A; }
p { color: rgb(90,2,122); }
H1.HeaderClassName
{
color: #5A027A;
}
.AnyTagClassName
{
color: #5A027A;
}
</style>
background-color css
<style>
a { background-color: #5A027A; }
a { background-color: rgb(90,2,122); }
div.DivClassName
{
background-color: #5A027A;
}
.BgClassName
{
background-color: #5A027A;
}
</style>
border-color css
<style>
span { border-color: #5A027A; }
span { border-color: rgb(90,2,122); }
td.TdClassName
{
border-color: #5A027A;
}
.TagClassName
{
border-color: #5A027A;
}
</style>