Shades of Indigo #580689
Tints of Indigo #580689
RGB
CMYK
RGB Variations
Color information
#580689 (or 0x580689) is known color: Indigo. HEX triplet: 58, 06 and 89. RGB value is (88,6,137). Sum of RGB (Red+Green+Blue) = 88+6+137=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #580689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580689 is #A7F976. Grayscale: #2D2D2D. Windows color (decimal): -11008375 or 8980056. OLE color: 8980056.
HSL color Cylindrical-coordinate representation of color #580689: hue angle of 277.56º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580689 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 6 | 137 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.46 |
| HSL | 277.56º | 0.92% | 0.28% | - |
| HSV(B) | 277.56º | 0.96% | 0.54% | - |
| XYZ | 8.6 | 4.01 | 23.99 | - |
| YUV | 45.45 | 179.67 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 137 | 0.36 | 0.96 | 0 | 0.46 | 277.56 | 0.92 | 0.28 |
| Hex | 58 | 6 | 89 | 24 | 60 | 0 | 2E | 116 | 5C | 1C |
| Octal | 130 | 6 | 211 | 44 | 140 | 0 | 56 | 426 | 134 | 34 |
| Binary | 1011000 | 110 | 10001001 | 100100 | 1100000 | 0 | 101110 | 100010110 | 1011100 | 11100 |
Color Harmonies of #580689
Complementary color
Monochromatic Colors of #580689
Black with #580689
Text Example
Text Example
White with #580689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580689; }
p { color: rgb(88,6,137); }
H1.HeaderClassName
{
color: #580689;
}
.AnyTagClassName
{
color: #580689;
}
</style>
background-color css
<style>
a { background-color: #580689; }
a { background-color: rgb(88,6,137); }
div.DivClassName
{
background-color: #580689;
}
.BgClassName
{
background-color: #580689;
}
</style>
border-color css
<style>
span { border-color: #580689; }
span { border-color: rgb(88,6,137); }
td.TdClassName
{
border-color: #580689;
}
.TagClassName
{
border-color: #580689;
}
</style>