Shades of Indigo #5A017F
Tints of Indigo #5A017F
RGB
CMYK
RGB Variations
Color information
#5A017F (or 0x5A017F) is known color: Indigo. HEX triplet: 5A, 01 and 7F. RGB value is (90,1,127). Sum of RGB (Red+Green+Blue) = 90+1+127=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A017F is #A5FE80. Grayscale: #292929. Windows color (decimal): -10878593 or 8323418. OLE color: 8323418.
HSL color Cylindrical-coordinate representation of color #5A017F: hue angle of 282.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A017F is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 1 | 127 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.50 |
| HSL | 282.38º | 0.98% | 0.25% | - |
| HSV(B) | 282.38º | 0.99% | 0.5% | - |
| XYZ | 8.06 | 3.73 | 20.37 | - |
| YUV | 41.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 127 | 0.29 | 0.99 | 0 | 0.50 | 282.38 | 0.98 | 0.25 |
| Hex | 5A | 1 | 7F | 1D | 63 | 0 | 32 | 11A | 62 | 19 |
| Octal | 132 | 1 | 177 | 35 | 143 | 0 | 62 | 432 | 142 | 31 |
| Binary | 1011010 | 1 | 1111111 | 11101 | 1100011 | 0 | 110010 | 100011010 | 1100010 | 11001 |
Color Harmonies of #5A017F
Complementary color
Monochromatic Colors of #5A017F
Black with #5A017F
Text Example
Text Example
White with #5A017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A017F; }
p { color: rgb(90,1,127); }
H1.HeaderClassName
{
color: #5A017F;
}
.AnyTagClassName
{
color: #5A017F;
}
</style>
background-color css
<style>
a { background-color: #5A017F; }
a { background-color: rgb(90,1,127); }
div.DivClassName
{
background-color: #5A017F;
}
.BgClassName
{
background-color: #5A017F;
}
</style>
border-color css
<style>
span { border-color: #5A017F; }
span { border-color: rgb(90,1,127); }
td.TdClassName
{
border-color: #5A017F;
}
.TagClassName
{
border-color: #5A017F;
}
</style>