Shades of Indigo #580A93
Tints of Indigo #580A93
RGB
CMYK
RGB Variations
Color information
#580A93 (or 0x580A93) is known color: Indigo. HEX triplet: 58, 0A and 93. RGB value is (88,10,147). Sum of RGB (Red+Green+Blue) = 88+10+147=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #580A93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580A93 is #A7F56C. Grayscale: #303030. Windows color (decimal): -11007341 or 9636440. OLE color: 9636440.
HSL color Cylindrical-coordinate representation of color #580A93: hue angle of 274.16º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580A93 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 10 | 147 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.42 |
| HSL | 274.16º | 0.87% | 0.31% | - |
| HSV(B) | 274.16º | 0.93% | 0.58% | - |
| XYZ | 9.4 | 4.4 | 27.96 | - |
| YUV | 48.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 147 | 0.40 | 0.93 | 0 | 0.42 | 274.16 | 0.87 | 0.31 |
| Hex | 58 | A | 93 | 28 | 5D | 0 | 2A | 112 | 57 | 1F |
| Octal | 130 | 12 | 223 | 50 | 135 | 0 | 52 | 422 | 127 | 37 |
| Binary | 1011000 | 1010 | 10010011 | 101000 | 1011101 | 0 | 101010 | 100010010 | 1010111 | 11111 |
Color Harmonies of #580A93
Complementary color
Monochromatic Colors of #580A93
Black with #580A93
Text Example
Text Example
White with #580A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A93; }
p { color: rgb(88,10,147); }
H1.HeaderClassName
{
color: #580A93;
}
.AnyTagClassName
{
color: #580A93;
}
</style>
background-color css
<style>
a { background-color: #580A93; }
a { background-color: rgb(88,10,147); }
div.DivClassName
{
background-color: #580A93;
}
.BgClassName
{
background-color: #580A93;
}
</style>
border-color css
<style>
span { border-color: #580A93; }
span { border-color: rgb(88,10,147); }
td.TdClassName
{
border-color: #580A93;
}
.TagClassName
{
border-color: #580A93;
}
</style>