Shades of Indigo #5A0868
Tints of Indigo #5A0868
RGB
CMYK
RGB Variations
Color information
#5A0868 (or 0x5A0868) is known color: Indigo. HEX triplet: 5A, 08 and 68. RGB value is (90,8,104). Sum of RGB (Red+Green+Blue) = 90+8+104=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A0868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0868 is #A5F797. Grayscale: #2B2B2B. Windows color (decimal): -10876824 or 6817882. OLE color: 6817882.
HSL color Cylindrical-coordinate representation of color #5A0868: hue angle of 291.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0868 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 8 | 104 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.59 |
| HSL | 291.25º | 0.86% | 0.22% | - |
| HSV(B) | 291.25º | 0.92% | 0.41% | - |
| XYZ | 6.8 | 3.35 | 13.38 | - |
| YUV | 43.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 104 | 0.13 | 0.92 | 0 | 0.59 | 291.25 | 0.86 | 0.22 |
| Hex | 5A | 8 | 68 | D | 5C | 0 | 3B | 123 | 56 | 16 |
| Octal | 132 | 10 | 150 | 15 | 134 | 0 | 73 | 443 | 126 | 26 |
| Binary | 1011010 | 1000 | 1101000 | 1101 | 1011100 | 0 | 111011 | 100100011 | 1010110 | 10110 |
Color Harmonies of #5A0868
Complementary color
Monochromatic Colors of #5A0868
Black with #5A0868
Text Example
Text Example
White with #5A0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0868; }
p { color: rgb(90,8,104); }
H1.HeaderClassName
{
color: #5A0868;
}
.AnyTagClassName
{
color: #5A0868;
}
</style>
background-color css
<style>
a { background-color: #5A0868; }
a { background-color: rgb(90,8,104); }
div.DivClassName
{
background-color: #5A0868;
}
.BgClassName
{
background-color: #5A0868;
}
</style>
border-color css
<style>
span { border-color: #5A0868; }
span { border-color: rgb(90,8,104); }
td.TdClassName
{
border-color: #5A0868;
}
.TagClassName
{
border-color: #5A0868;
}
</style>