Shades of Indigo #580495
Tints of Indigo #580495
RGB
CMYK
RGB Variations
Color information
#580495 (or 0x580495) is known color: Indigo. HEX triplet: 58, 04 and 95. RGB value is (88,4,149). Sum of RGB (Red+Green+Blue) = 88+4+149=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #580495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580495 is #A7FB6A. Grayscale: #2D2D2D. Windows color (decimal): -11008875 or 9765976. OLE color: 9765976.
HSL color Cylindrical-coordinate representation of color #580495: hue angle of 274.76º degrees, saturation: 0.95, 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 #580495 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 4 | 149 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.42 |
| HSL | 274.76º | 0.95% | 0.3% | - |
| HSV(B) | 274.76º | 0.97% | 0.58% | - |
| XYZ | 9.49 | 4.33 | 28.77 | - |
| YUV | 45.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 149 | 0.41 | 0.97 | 0 | 0.42 | 274.76 | 0.95 | 0.3 |
| Hex | 58 | 4 | 95 | 29 | 61 | 0 | 2A | 113 | 5F | 1E |
| Octal | 130 | 4 | 225 | 51 | 141 | 0 | 52 | 423 | 137 | 36 |
| Binary | 1011000 | 100 | 10010101 | 101001 | 1100001 | 0 | 101010 | 100010011 | 1011111 | 11110 |
Color Harmonies of #580495
Complementary color
Monochromatic Colors of #580495
Black with #580495
Text Example
Text Example
White with #580495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580495; }
p { color: rgb(88,4,149); }
H1.HeaderClassName
{
color: #580495;
}
.AnyTagClassName
{
color: #580495;
}
</style>
background-color css
<style>
a { background-color: #580495; }
a { background-color: rgb(88,4,149); }
div.DivClassName
{
background-color: #580495;
}
.BgClassName
{
background-color: #580495;
}
</style>
border-color css
<style>
span { border-color: #580495; }
span { border-color: rgb(88,4,149); }
td.TdClassName
{
border-color: #580495;
}
.TagClassName
{
border-color: #580495;
}
</style>