Shades of Indigo #5808A1
Tints of Indigo #5808A1
RGB
CMYK
RGB Variations
Color information
#5808A1 (or 0x5808A1) is known color: Indigo. HEX triplet: 58, 08 and A1. RGB value is (88,8,161). Sum of RGB (Red+Green+Blue) = 88+8+161=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #5808A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5808A1 is #A7F75E. Grayscale: #303030. Windows color (decimal): -11007839 or 10553432. OLE color: 10553432.
HSL color Cylindrical-coordinate representation of color #5808A1: hue angle of 271.37º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5808A1 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 8 | 161 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.37 |
| HSL | 271.37º | 0.91% | 0.33% | - |
| HSV(B) | 271.37º | 0.95% | 0.63% | - |
| XYZ | 10.54 | 4.82 | 34.09 | - |
| YUV | 49.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 161 | 0.45 | 0.95 | 0 | 0.37 | 271.37 | 0.91 | 0.33 |
| Hex | 58 | 8 | A1 | 2D | 5F | 0 | 25 | 10F | 5B | 21 |
| Octal | 130 | 10 | 241 | 55 | 137 | 0 | 45 | 417 | 133 | 41 |
| Binary | 1011000 | 1000 | 10100001 | 101101 | 1011111 | 0 | 100101 | 100001111 | 1011011 | 100001 |
Color Harmonies of #5808A1
Complementary color
Monochromatic Colors of #5808A1
Black with #5808A1
Text Example
Text Example
White with #5808A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808A1; }
p { color: rgb(88,8,161); }
H1.HeaderClassName
{
color: #5808A1;
}
.AnyTagClassName
{
color: #5808A1;
}
</style>
background-color css
<style>
a { background-color: #5808A1; }
a { background-color: rgb(88,8,161); }
div.DivClassName
{
background-color: #5808A1;
}
.BgClassName
{
background-color: #5808A1;
}
</style>
border-color css
<style>
span { border-color: #5808A1; }
span { border-color: rgb(88,8,161); }
td.TdClassName
{
border-color: #5808A1;
}
.TagClassName
{
border-color: #5808A1;
}
</style>