Shades of Indigo #58117A
Tints of Indigo #58117A
RGB
CMYK
RGB Variations
Color information
#58117A (or 0x58117A) is known color: Indigo. HEX triplet: 58, 11 and 7A. RGB value is (88,17,122). Sum of RGB (Red+Green+Blue) = 88+17+122=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #58117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58117A is #A7EE85. Grayscale: #313131. Windows color (decimal): -11005574 or 7999832. OLE color: 7999832.
HSL color Cylindrical-coordinate representation of color #58117A: hue angle of 280.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58117A is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 17 | 122 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.52 |
| HSL | 280.57º | 0.76% | 0.27% | - |
| HSV(B) | 280.57º | 0.86% | 0.48% | - |
| XYZ | 7.74 | 3.88 | 18.75 | - |
| YUV | 50.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 122 | 0.28 | 0.86 | 0 | 0.52 | 280.57 | 0.76 | 0.27 |
| Hex | 58 | 11 | 7A | 1C | 56 | 0 | 34 | 119 | 4C | 1B |
| Octal | 130 | 21 | 172 | 34 | 126 | 0 | 64 | 431 | 114 | 33 |
| Binary | 1011000 | 10001 | 1111010 | 11100 | 1010110 | 0 | 110100 | 100011001 | 1001100 | 11011 |
Color Harmonies of #58117A
Complementary color
Monochromatic Colors of #58117A
Black with #58117A
Text Example
Text Example
White with #58117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58117A; }
p { color: rgb(88,17,122); }
H1.HeaderClassName
{
color: #58117A;
}
.AnyTagClassName
{
color: #58117A;
}
</style>
background-color css
<style>
a { background-color: #58117A; }
a { background-color: rgb(88,17,122); }
div.DivClassName
{
background-color: #58117A;
}
.BgClassName
{
background-color: #58117A;
}
</style>
border-color css
<style>
span { border-color: #58117A; }
span { border-color: rgb(88,17,122); }
td.TdClassName
{
border-color: #58117A;
}
.TagClassName
{
border-color: #58117A;
}
</style>