Shades of Indigo #5808A0
Tints of Indigo #5808A0
RGB
CMYK
RGB Variations
Color information
#5808A0 (or 0x5808A0) is known color: Indigo. HEX triplet: 58, 08 and A0. RGB value is (88,8,160). Sum of RGB (Red+Green+Blue) = 88+8+160=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #5808A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5808A0 is #A7F75F. Grayscale: #303030. Windows color (decimal): -11007840 or 10487896. OLE color: 10487896.
HSL color Cylindrical-coordinate representation of color #5808A0: hue angle of 271.58º degrees, saturation: 0.9, 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 #5808A0 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 8 | 160 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.37 |
| HSL | 271.58º | 0.9% | 0.33% | - |
| HSV(B) | 271.58º | 0.95% | 0.63% | - |
| XYZ | 10.46 | 4.79 | 33.63 | - |
| YUV | 49.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 160 | 0.45 | 0.95 | 0 | 0.37 | 271.58 | 0.9 | 0.33 |
| Hex | 58 | 8 | A0 | 2D | 5F | 0 | 25 | 110 | 5A | 21 |
| Octal | 130 | 10 | 240 | 55 | 137 | 0 | 45 | 420 | 132 | 41 |
| Binary | 1011000 | 1000 | 10100000 | 101101 | 1011111 | 0 | 100101 | 100010000 | 1011010 | 100001 |
Color Harmonies of #5808A0
Complementary color
Monochromatic Colors of #5808A0
Black with #5808A0
Text Example
Text Example
White with #5808A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808A0; }
p { color: rgb(88,8,160); }
H1.HeaderClassName
{
color: #5808A0;
}
.AnyTagClassName
{
color: #5808A0;
}
</style>
background-color css
<style>
a { background-color: #5808A0; }
a { background-color: rgb(88,8,160); }
div.DivClassName
{
background-color: #5808A0;
}
.BgClassName
{
background-color: #5808A0;
}
</style>
border-color css
<style>
span { border-color: #5808A0; }
span { border-color: rgb(88,8,160); }
td.TdClassName
{
border-color: #5808A0;
}
.TagClassName
{
border-color: #5808A0;
}
</style>