Shades of Indigo #580175
Tints of Indigo #580175
RGB
CMYK
RGB Variations
Color information
#580175 (or 0x580175) is known color: Indigo. HEX triplet: 58, 01 and 75. RGB value is (88,1,117). Sum of RGB (Red+Green+Blue) = 88+1+117=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #580175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580175 is #A7FE8A. Grayscale: #272727. Windows color (decimal): -11009675 or 7668056. OLE color: 7668056.
HSL color Cylindrical-coordinate representation of color #580175: hue angle of 285º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580175 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 1 | 117 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.54 |
| HSL | 285º | 0.98% | 0.23% | - |
| HSV(B) | 285º | 0.99% | 0.46% | - |
| XYZ | 7.25 | 3.38 | 17.1 | - |
| YUV | 40.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 117 | 0.25 | 0.99 | 0 | 0.54 | 285 | 0.98 | 0.23 |
| Hex | 58 | 1 | 75 | 19 | 63 | 0 | 36 | 11D | 62 | 17 |
| Octal | 130 | 1 | 165 | 31 | 143 | 0 | 66 | 435 | 142 | 27 |
| Binary | 1011000 | 1 | 1110101 | 11001 | 1100011 | 0 | 110110 | 100011101 | 1100010 | 10111 |
Color Harmonies of #580175
Complementary color
Monochromatic Colors of #580175
Black with #580175
Text Example
Text Example
White with #580175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580175; }
p { color: rgb(88,1,117); }
H1.HeaderClassName
{
color: #580175;
}
.AnyTagClassName
{
color: #580175;
}
</style>
background-color css
<style>
a { background-color: #580175; }
a { background-color: rgb(88,1,117); }
div.DivClassName
{
background-color: #580175;
}
.BgClassName
{
background-color: #580175;
}
</style>
border-color css
<style>
span { border-color: #580175; }
span { border-color: rgb(88,1,117); }
td.TdClassName
{
border-color: #580175;
}
.TagClassName
{
border-color: #580175;
}
</style>