Shades of Indigo #580170
Tints of Indigo #580170
RGB
CMYK
RGB Variations
Color information
#580170 (or 0x580170) is known color: Indigo. HEX triplet: 58, 01 and 70. RGB value is (88,1,112). Sum of RGB (Red+Green+Blue) = 88+1+112=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #580170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580170 is #A7FE8F. Grayscale: #272727. Windows color (decimal): -11009680 or 7340376. OLE color: 7340376.
HSL color Cylindrical-coordinate representation of color #580170: hue angle of 287.03º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580170 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 1 | 112 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.56 |
| HSL | 287.03º | 0.98% | 0.22% | - |
| HSV(B) | 287.03º | 0.99% | 0.44% | - |
| XYZ | 6.96 | 3.27 | 15.59 | - |
| YUV | 39.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 112 | 0.21 | 0.99 | 0 | 0.56 | 287.03 | 0.98 | 0.22 |
| Hex | 58 | 1 | 70 | 15 | 63 | 0 | 38 | 11F | 62 | 16 |
| Octal | 130 | 1 | 160 | 25 | 143 | 0 | 70 | 437 | 142 | 26 |
| Binary | 1011000 | 1 | 1110000 | 10101 | 1100011 | 0 | 111000 | 100011111 | 1100010 | 10110 |
Color Harmonies of #580170
Complementary color
Monochromatic Colors of #580170
Black with #580170
Text Example
Text Example
White with #580170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580170; }
p { color: rgb(88,1,112); }
H1.HeaderClassName
{
color: #580170;
}
.AnyTagClassName
{
color: #580170;
}
</style>
background-color css
<style>
a { background-color: #580170; }
a { background-color: rgb(88,1,112); }
div.DivClassName
{
background-color: #580170;
}
.BgClassName
{
background-color: #580170;
}
</style>
border-color css
<style>
span { border-color: #580170; }
span { border-color: rgb(88,1,112); }
td.TdClassName
{
border-color: #580170;
}
.TagClassName
{
border-color: #580170;
}
</style>