Shades of Indigo #580865
Tints of Indigo #580865
RGB
CMYK
RGB Variations
Color information
#580865 (or 0x580865) is known color: Indigo. HEX triplet: 58, 08 and 65. RGB value is (88,8,101). Sum of RGB (Red+Green+Blue) = 88+8+101=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #580865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580865 is #A7F79A. Grayscale: #2A2A2A. Windows color (decimal): -11007899 or 6621272. OLE color: 6621272.
HSL color Cylindrical-coordinate representation of color #580865: hue angle of 291.61º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580865 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 8 | 101 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.60 |
| HSL | 291.61º | 0.85% | 0.21% | - |
| HSV(B) | 291.61º | 0.92% | 0.4% | - |
| XYZ | 6.46 | 3.19 | 12.59 | - |
| YUV | 42.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 101 | 0.13 | 0.92 | 0 | 0.60 | 291.61 | 0.85 | 0.21 |
| Hex | 58 | 8 | 65 | D | 5C | 0 | 3C | 124 | 55 | 15 |
| Octal | 130 | 10 | 145 | 15 | 134 | 0 | 74 | 444 | 125 | 25 |
| Binary | 1011000 | 1000 | 1100101 | 1101 | 1011100 | 0 | 111100 | 100100100 | 1010101 | 10101 |
Color Harmonies of #580865
Complementary color
Monochromatic Colors of #580865
Black with #580865
Text Example
Text Example
White with #580865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580865; }
p { color: rgb(88,8,101); }
H1.HeaderClassName
{
color: #580865;
}
.AnyTagClassName
{
color: #580865;
}
</style>
background-color css
<style>
a { background-color: #580865; }
a { background-color: rgb(88,8,101); }
div.DivClassName
{
background-color: #580865;
}
.BgClassName
{
background-color: #580865;
}
</style>
border-color css
<style>
span { border-color: #580865; }
span { border-color: rgb(88,8,101); }
td.TdClassName
{
border-color: #580865;
}
.TagClassName
{
border-color: #580865;
}
</style>