Shades of Indigo #580F8F
Tints of Indigo #580F8F
RGB
CMYK
RGB Variations
Color information
#580F8F (or 0x580F8F) is known color: Indigo. HEX triplet: 58, 0F and 8F. RGB value is (88,15,143). Sum of RGB (Red+Green+Blue) = 88+15+143=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #580F8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F8F is #A7F070. Grayscale: #323232. Windows color (decimal): -11006065 or 9375576. OLE color: 9375576.
HSL color Cylindrical-coordinate representation of color #580F8F: hue angle of 274.22º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580F8F is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 15 | 143 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.44 |
| HSL | 274.22º | 0.81% | 0.31% | - |
| HSV(B) | 274.22º | 0.9% | 0.56% | - |
| XYZ | 9.15 | 4.4 | 26.35 | - |
| YUV | 51.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 143 | 0.38 | 0.90 | 0 | 0.44 | 274.22 | 0.81 | 0.31 |
| Hex | 58 | F | 8F | 26 | 5A | 0 | 2C | 112 | 51 | 1F |
| Octal | 130 | 17 | 217 | 46 | 132 | 0 | 54 | 422 | 121 | 37 |
| Binary | 1011000 | 1111 | 10001111 | 100110 | 1011010 | 0 | 101100 | 100010010 | 1010001 | 11111 |
Color Harmonies of #580F8F
Complementary color
Monochromatic Colors of #580F8F
Black with #580F8F
Text Example
Text Example
White with #580F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F8F; }
p { color: rgb(88,15,143); }
H1.HeaderClassName
{
color: #580F8F;
}
.AnyTagClassName
{
color: #580F8F;
}
</style>
background-color css
<style>
a { background-color: #580F8F; }
a { background-color: rgb(88,15,143); }
div.DivClassName
{
background-color: #580F8F;
}
.BgClassName
{
background-color: #580F8F;
}
</style>
border-color css
<style>
span { border-color: #580F8F; }
span { border-color: rgb(88,15,143); }
td.TdClassName
{
border-color: #580F8F;
}
.TagClassName
{
border-color: #580F8F;
}
</style>