Shades of Indigo #5800AD
Tints of Indigo #5800AD
RGB
CMYK
RGB Variations
Color information
#5800AD (or 0x5800AD) is known color: Indigo. HEX triplet: 58, 00 and AD. RGB value is (88,0,173). Sum of RGB (Red+Green+Blue) = 88+0+173=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #5800AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5800AD is #A7FF52. Grayscale: #2D2D2D. Windows color (decimal): -11009875 or 11337816. OLE color: 11337816.
HSL color Cylindrical-coordinate representation of color #5800AD: hue angle of 270.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800AD is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 0 | 173 | - |
| CMYK | 0.49 | 1 | 0 | 0.32 |
| HSL | 270.52º | 1% | 0.34% | - |
| HSV(B) | 270.52º | 1% | 0.68% | - |
| XYZ | 11.57 | 5.09 | 39.91 | - |
| YUV | 46.03 | 199.65 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 173 | 0.49 | 1 | 0 | 0.32 | 270.52 | 1 | 0.34 |
| Hex | 58 | 0 | AD | 31 | 64 | 0 | 20 | 10F | 64 | 22 |
| Octal | 130 | 0 | 255 | 61 | 144 | 0 | 40 | 417 | 144 | 42 |
| Binary | 1011000 | 0 | 10101101 | 110001 | 1100100 | 0 | 100000 | 100001111 | 1100100 | 100010 |
Color Harmonies of #5800AD
Complementary color
Monochromatic Colors of #5800AD
Black with #5800AD
Text Example
Text Example
White with #5800AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800AD; }
p { color: rgb(88,0,173); }
H1.HeaderClassName
{
color: #5800AD;
}
.AnyTagClassName
{
color: #5800AD;
}
</style>
background-color css
<style>
a { background-color: #5800AD; }
a { background-color: rgb(88,0,173); }
div.DivClassName
{
background-color: #5800AD;
}
.BgClassName
{
background-color: #5800AD;
}
</style>
border-color css
<style>
span { border-color: #5800AD; }
span { border-color: rgb(88,0,173); }
td.TdClassName
{
border-color: #5800AD;
}
.TagClassName
{
border-color: #5800AD;
}
</style>