Shades of Indigo #5808A5
Tints of Indigo #5808A5
RGB
CMYK
RGB Variations
Color information
#5808A5 (or 0x5808A5) is known color: Indigo. HEX triplet: 58, 08 and A5. RGB value is (88,8,165). Sum of RGB (Red+Green+Blue) = 88+8+165=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 165 (64.84% from 255 or 63.22% from 261); Max value from RGB is 165 - color contains mainly: blue. Hex color #5808A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5808A5 is #A7F75A. Grayscale: #313131. Windows color (decimal): -11007835 or 10815576. OLE color: 10815576.
HSL color Cylindrical-coordinate representation of color #5808A5: hue angle of 270.57º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5808A5 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 8 | 165 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.35 |
| HSL | 270.57º | 0.91% | 0.34% | - |
| HSV(B) | 270.57º | 0.95% | 0.65% | - |
| XYZ | 10.9 | 4.96 | 35.98 | - |
| YUV | 49.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 165 | 0.47 | 0.95 | 0 | 0.35 | 270.57 | 0.91 | 0.34 |
| Hex | 58 | 8 | A5 | 2F | 5F | 0 | 23 | 10F | 5B | 22 |
| Octal | 130 | 10 | 245 | 57 | 137 | 0 | 43 | 417 | 133 | 42 |
| Binary | 1011000 | 1000 | 10100101 | 101111 | 1011111 | 0 | 100011 | 100001111 | 1011011 | 100010 |
Color Harmonies of #5808A5
Complementary color
Monochromatic Colors of #5808A5
Black with #5808A5
Text Example
Text Example
White with #5808A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808A5; }
p { color: rgb(88,8,165); }
H1.HeaderClassName
{
color: #5808A5;
}
.AnyTagClassName
{
color: #5808A5;
}
</style>
background-color css
<style>
a { background-color: #5808A5; }
a { background-color: rgb(88,8,165); }
div.DivClassName
{
background-color: #5808A5;
}
.BgClassName
{
background-color: #5808A5;
}
</style>
border-color css
<style>
span { border-color: #5808A5; }
span { border-color: rgb(88,8,165); }
td.TdClassName
{
border-color: #5808A5;
}
.TagClassName
{
border-color: #5808A5;
}
</style>