Shades of Indigo #5A067A
Tints of Indigo #5A067A
RGB
CMYK
RGB Variations
Color information
#5A067A (or 0x5A067A) is known color: Indigo. HEX triplet: 5A, 06 and 7A. RGB value is (90,6,122). Sum of RGB (Red+Green+Blue) = 90+6+122=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A067A is #A5F985. Grayscale: #2B2B2B. Windows color (decimal): -10877318 or 7997018. OLE color: 7997018.
HSL color Cylindrical-coordinate representation of color #5A067A: hue angle of 283.45º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A067A is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 6 | 122 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.52 |
| HSL | 283.45º | 0.91% | 0.25% | - |
| HSV(B) | 283.45º | 0.95% | 0.48% | - |
| XYZ | 7.79 | 3.71 | 18.72 | - |
| YUV | 44.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 122 | 0.26 | 0.95 | 0 | 0.52 | 283.45 | 0.91 | 0.25 |
| Hex | 5A | 6 | 7A | 1A | 5F | 0 | 34 | 11B | 5B | 19 |
| Octal | 132 | 6 | 172 | 32 | 137 | 0 | 64 | 433 | 133 | 31 |
| Binary | 1011010 | 110 | 1111010 | 11010 | 1011111 | 0 | 110100 | 100011011 | 1011011 | 11001 |
Color Harmonies of #5A067A
Complementary color
Monochromatic Colors of #5A067A
Black with #5A067A
Text Example
Text Example
White with #5A067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A067A; }
p { color: rgb(90,6,122); }
H1.HeaderClassName
{
color: #5A067A;
}
.AnyTagClassName
{
color: #5A067A;
}
</style>
background-color css
<style>
a { background-color: #5A067A; }
a { background-color: rgb(90,6,122); }
div.DivClassName
{
background-color: #5A067A;
}
.BgClassName
{
background-color: #5A067A;
}
</style>
border-color css
<style>
span { border-color: #5A067A; }
span { border-color: rgb(90,6,122); }
td.TdClassName
{
border-color: #5A067A;
}
.TagClassName
{
border-color: #5A067A;
}
</style>