Shades of Indigo #5806A4
Tints of Indigo #5806A4
RGB
CMYK
RGB Variations
Color information
#5806A4 (or 0x5806A4) is known color: Indigo. HEX triplet: 58, 06 and A4. RGB value is (88,6,164). Sum of RGB (Red+Green+Blue) = 88+6+164=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #5806A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5806A4 is #A7F95B. Grayscale: #2F2F2F. Windows color (decimal): -11008348 or 10749528. OLE color: 10749528.
HSL color Cylindrical-coordinate representation of color #5806A4: hue angle of 271.14º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5806A4 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 6 | 164 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.36 |
| HSL | 271.14º | 0.93% | 0.33% | - |
| HSV(B) | 271.14º | 0.96% | 0.64% | - |
| XYZ | 10.79 | 4.89 | 35.5 | - |
| YUV | 48.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 164 | 0.46 | 0.96 | 0 | 0.36 | 271.14 | 0.93 | 0.33 |
| Hex | 58 | 6 | A4 | 2E | 60 | 0 | 24 | 10F | 5D | 21 |
| Octal | 130 | 6 | 244 | 56 | 140 | 0 | 44 | 417 | 135 | 41 |
| Binary | 1011000 | 110 | 10100100 | 101110 | 1100000 | 0 | 100100 | 100001111 | 1011101 | 100001 |
Color Harmonies of #5806A4
Complementary color
Monochromatic Colors of #5806A4
Black with #5806A4
Text Example
Text Example
White with #5806A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5806A4; }
p { color: rgb(88,6,164); }
H1.HeaderClassName
{
color: #5806A4;
}
.AnyTagClassName
{
color: #5806A4;
}
</style>
background-color css
<style>
a { background-color: #5806A4; }
a { background-color: rgb(88,6,164); }
div.DivClassName
{
background-color: #5806A4;
}
.BgClassName
{
background-color: #5806A4;
}
</style>
border-color css
<style>
span { border-color: #5806A4; }
span { border-color: rgb(88,6,164); }
td.TdClassName
{
border-color: #5806A4;
}
.TagClassName
{
border-color: #5806A4;
}
</style>