Shades of Indigo #5A026F
Tints of Indigo #5A026F
RGB
CMYK
RGB Variations
Color information
#5A026F (or 0x5A026F) is known color: Indigo. HEX triplet: 5A, 02 and 6F. RGB value is (90,2,111). Sum of RGB (Red+Green+Blue) = 90+2+111=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A026F is #A5FD90. Grayscale: #282828. Windows color (decimal): -10878353 or 7275098. OLE color: 7275098.
HSL color Cylindrical-coordinate representation of color #5A026F: hue angle of 288.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A026F is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 2 | 111 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.56 |
| HSL | 288.44º | 0.96% | 0.22% | - |
| HSV(B) | 288.44º | 0.98% | 0.44% | - |
| XYZ | 7.11 | 3.36 | 15.31 | - |
| YUV | 40.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 111 | 0.19 | 0.98 | 0 | 0.56 | 288.44 | 0.96 | 0.22 |
| Hex | 5A | 2 | 6F | 13 | 62 | 0 | 38 | 120 | 60 | 16 |
| Octal | 132 | 2 | 157 | 23 | 142 | 0 | 70 | 440 | 140 | 26 |
| Binary | 1011010 | 10 | 1101111 | 10011 | 1100010 | 0 | 111000 | 100100000 | 1100000 | 10110 |
Color Harmonies of #5A026F
Complementary color
Monochromatic Colors of #5A026F
Black with #5A026F
Text Example
Text Example
White with #5A026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A026F; }
p { color: rgb(90,2,111); }
H1.HeaderClassName
{
color: #5A026F;
}
.AnyTagClassName
{
color: #5A026F;
}
</style>
background-color css
<style>
a { background-color: #5A026F; }
a { background-color: rgb(90,2,111); }
div.DivClassName
{
background-color: #5A026F;
}
.BgClassName
{
background-color: #5A026F;
}
</style>
border-color css
<style>
span { border-color: #5A026F; }
span { border-color: rgb(90,2,111); }
td.TdClassName
{
border-color: #5A026F;
}
.TagClassName
{
border-color: #5A026F;
}
</style>