Shades of Indigo #5A0769
Tints of Indigo #5A0769
RGB
CMYK
RGB Variations
Color information
#5A0769 (or 0x5A0769) is known color: Indigo. HEX triplet: 5A, 07 and 69. RGB value is (90,7,105). Sum of RGB (Red+Green+Blue) = 90+7+105=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A0769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0769 is #A5F896. Grayscale: #2A2A2A. Windows color (decimal): -10877079 or 6883162. OLE color: 6883162.
HSL color Cylindrical-coordinate representation of color #5A0769: hue angle of 290.82º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0769 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 7 | 105 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.59 |
| HSL | 290.82º | 0.88% | 0.22% | - |
| HSV(B) | 290.82º | 0.93% | 0.41% | - |
| XYZ | 6.84 | 3.35 | 13.65 | - |
| YUV | 42.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 105 | 0.14 | 0.93 | 0 | 0.59 | 290.82 | 0.88 | 0.22 |
| Hex | 5A | 7 | 69 | E | 5D | 0 | 3B | 123 | 58 | 16 |
| Octal | 132 | 7 | 151 | 16 | 135 | 0 | 73 | 443 | 130 | 26 |
| Binary | 1011010 | 111 | 1101001 | 1110 | 1011101 | 0 | 111011 | 100100011 | 1011000 | 10110 |
Color Harmonies of #5A0769
Complementary color
Monochromatic Colors of #5A0769
Black with #5A0769
Text Example
Text Example
White with #5A0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0769; }
p { color: rgb(90,7,105); }
H1.HeaderClassName
{
color: #5A0769;
}
.AnyTagClassName
{
color: #5A0769;
}
</style>
background-color css
<style>
a { background-color: #5A0769; }
a { background-color: rgb(90,7,105); }
div.DivClassName
{
background-color: #5A0769;
}
.BgClassName
{
background-color: #5A0769;
}
</style>
border-color css
<style>
span { border-color: #5A0769; }
span { border-color: rgb(90,7,105); }
td.TdClassName
{
border-color: #5A0769;
}
.TagClassName
{
border-color: #5A0769;
}
</style>