Shades of Indigo #5A027F
Tints of Indigo #5A027F
RGB
CMYK
RGB Variations
Color information
#5A027F (or 0x5A027F) is known color: Indigo. HEX triplet: 5A, 02 and 7F. RGB value is (90,2,127). Sum of RGB (Red+Green+Blue) = 90+2+127=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A027F is #A5FD80. Grayscale: #2A2A2A. Windows color (decimal): -10878337 or 8323674. OLE color: 8323674.
HSL color Cylindrical-coordinate representation of color #5A027F: hue angle of 282.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A027F is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 2 | 127 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.50 |
| HSL | 282.24º | 0.97% | 0.25% | - |
| HSV(B) | 282.24º | 0.98% | 0.5% | - |
| XYZ | 8.07 | 3.75 | 20.38 | - |
| YUV | 42.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 127 | 0.29 | 0.98 | 0 | 0.50 | 282.24 | 0.97 | 0.25 |
| Hex | 5A | 2 | 7F | 1D | 62 | 0 | 32 | 11A | 61 | 19 |
| Octal | 132 | 2 | 177 | 35 | 142 | 0 | 62 | 432 | 141 | 31 |
| Binary | 1011010 | 10 | 1111111 | 11101 | 1100010 | 0 | 110010 | 100011010 | 1100001 | 11001 |
Color Harmonies of #5A027F
Complementary color
Monochromatic Colors of #5A027F
Black with #5A027F
Text Example
Text Example
White with #5A027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A027F; }
p { color: rgb(90,2,127); }
H1.HeaderClassName
{
color: #5A027F;
}
.AnyTagClassName
{
color: #5A027F;
}
</style>
background-color css
<style>
a { background-color: #5A027F; }
a { background-color: rgb(90,2,127); }
div.DivClassName
{
background-color: #5A027F;
}
.BgClassName
{
background-color: #5A027F;
}
</style>
border-color css
<style>
span { border-color: #5A027F; }
span { border-color: rgb(90,2,127); }
td.TdClassName
{
border-color: #5A027F;
}
.TagClassName
{
border-color: #5A027F;
}
</style>