Shades of Indigo #580F68
Tints of Indigo #580F68
RGB
CMYK
RGB Variations
Color information
#580F68 (or 0x580F68) is known color: Indigo. HEX triplet: 58, 0F and 68. RGB value is (88,15,104). Sum of RGB (Red+Green+Blue) = 88+15+104=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #580F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F68 is #A7F097. Grayscale: #2E2E2E. Windows color (decimal): -11006104 or 6819672. OLE color: 6819672.
HSL color Cylindrical-coordinate representation of color #580F68: hue angle of 289.21º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580F68 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 15 | 104 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.59 |
| HSL | 289.21º | 0.75% | 0.23% | - |
| HSV(B) | 289.21º | 0.86% | 0.41% | - |
| XYZ | 6.69 | 3.42 | 13.4 | - |
| YUV | 46.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 104 | 0.15 | 0.86 | 0 | 0.59 | 289.21 | 0.75 | 0.23 |
| Hex | 58 | F | 68 | F | 56 | 0 | 3B | 121 | 4B | 17 |
| Octal | 130 | 17 | 150 | 17 | 126 | 0 | 73 | 441 | 113 | 27 |
| Binary | 1011000 | 1111 | 1101000 | 1111 | 1010110 | 0 | 111011 | 100100001 | 1001011 | 10111 |
Color Harmonies of #580F68
Complementary color
Monochromatic Colors of #580F68
Black with #580F68
Text Example
Text Example
White with #580F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F68; }
p { color: rgb(88,15,104); }
H1.HeaderClassName
{
color: #580F68;
}
.AnyTagClassName
{
color: #580F68;
}
</style>
background-color css
<style>
a { background-color: #580F68; }
a { background-color: rgb(88,15,104); }
div.DivClassName
{
background-color: #580F68;
}
.BgClassName
{
background-color: #580F68;
}
</style>
border-color css
<style>
span { border-color: #580F68; }
span { border-color: rgb(88,15,104); }
td.TdClassName
{
border-color: #580F68;
}
.TagClassName
{
border-color: #580F68;
}
</style>