Shades of Indigo #580868
Tints of Indigo #580868
RGB
CMYK
RGB Variations
Color information
#580868 (or 0x580868) is known color: Indigo. HEX triplet: 58, 08 and 68. RGB value is (88,8,104). Sum of RGB (Red+Green+Blue) = 88+8+104=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #580868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580868 is #A7F797. Grayscale: #2A2A2A. Windows color (decimal): -11007896 or 6817880. OLE color: 6817880.
HSL color Cylindrical-coordinate representation of color #580868: hue angle of 290º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580868 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 8 | 104 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.59 |
| HSL | 290º | 0.86% | 0.22% | - |
| HSV(B) | 290º | 0.92% | 0.41% | - |
| XYZ | 6.61 | 3.25 | 13.38 | - |
| YUV | 42.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 104 | 0.15 | 0.92 | 0 | 0.59 | 290 | 0.86 | 0.22 |
| Hex | 58 | 8 | 68 | F | 5C | 0 | 3B | 122 | 56 | 16 |
| Octal | 130 | 10 | 150 | 17 | 134 | 0 | 73 | 442 | 126 | 26 |
| Binary | 1011000 | 1000 | 1101000 | 1111 | 1011100 | 0 | 111011 | 100100010 | 1010110 | 10110 |
Color Harmonies of #580868
Complementary color
Monochromatic Colors of #580868
Black with #580868
Text Example
Text Example
White with #580868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580868; }
p { color: rgb(88,8,104); }
H1.HeaderClassName
{
color: #580868;
}
.AnyTagClassName
{
color: #580868;
}
</style>
background-color css
<style>
a { background-color: #580868; }
a { background-color: rgb(88,8,104); }
div.DivClassName
{
background-color: #580868;
}
.BgClassName
{
background-color: #580868;
}
</style>
border-color css
<style>
span { border-color: #580868; }
span { border-color: rgb(88,8,104); }
td.TdClassName
{
border-color: #580868;
}
.TagClassName
{
border-color: #580868;
}
</style>