Shades of Indigo #580595
Tints of Indigo #580595
RGB
CMYK
RGB Variations
Color information
#580595 (or 0x580595) is known color: Indigo. HEX triplet: 58, 05 and 95. RGB value is (88,5,149). Sum of RGB (Red+Green+Blue) = 88+5+149=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #580595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580595 is #A7FA6A. Grayscale: #2D2D2D. Windows color (decimal): -11008619 or 9766232. OLE color: 9766232.
HSL color Cylindrical-coordinate representation of color #580595: hue angle of 274.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580595 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 5 | 149 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.42 |
| HSL | 274.58º | 0.94% | 0.3% | - |
| HSV(B) | 274.58º | 0.97% | 0.58% | - |
| XYZ | 9.5 | 4.35 | 28.77 | - |
| YUV | 46.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 149 | 0.41 | 0.97 | 0 | 0.42 | 274.58 | 0.94 | 0.3 |
| Hex | 58 | 5 | 95 | 29 | 61 | 0 | 2A | 113 | 5E | 1E |
| Octal | 130 | 5 | 225 | 51 | 141 | 0 | 52 | 423 | 136 | 36 |
| Binary | 1011000 | 101 | 10010101 | 101001 | 1100001 | 0 | 101010 | 100010011 | 1011110 | 11110 |
Color Harmonies of #580595
Complementary color
Monochromatic Colors of #580595
Black with #580595
Text Example
Text Example
White with #580595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580595; }
p { color: rgb(88,5,149); }
H1.HeaderClassName
{
color: #580595;
}
.AnyTagClassName
{
color: #580595;
}
</style>
background-color css
<style>
a { background-color: #580595; }
a { background-color: rgb(88,5,149); }
div.DivClassName
{
background-color: #580595;
}
.BgClassName
{
background-color: #580595;
}
</style>
border-color css
<style>
span { border-color: #580595; }
span { border-color: rgb(88,5,149); }
td.TdClassName
{
border-color: #580595;
}
.TagClassName
{
border-color: #580595;
}
</style>