Shades of Indigo #58117F
Tints of Indigo #58117F
RGB
CMYK
RGB Variations
Color information
#58117F (or 0x58117F) is known color: Indigo. HEX triplet: 58, 11 and 7F. RGB value is (88,17,127). Sum of RGB (Red+Green+Blue) = 88+17+127=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #58117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58117F is #A7EE80. Grayscale: #323232. Windows color (decimal): -11005569 or 8327512. OLE color: 8327512.
HSL color Cylindrical-coordinate representation of color #58117F: hue angle of 278.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58117F is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 17 | 127 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.50 |
| HSL | 278.73º | 0.76% | 0.28% | - |
| HSV(B) | 278.73º | 0.87% | 0.5% | - |
| XYZ | 8.06 | 4.01 | 20.43 | - |
| YUV | 50.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 127 | 0.31 | 0.87 | 0 | 0.50 | 278.73 | 0.76 | 0.28 |
| Hex | 58 | 11 | 7F | 1F | 57 | 0 | 32 | 117 | 4C | 1C |
| Octal | 130 | 21 | 177 | 37 | 127 | 0 | 62 | 427 | 114 | 34 |
| Binary | 1011000 | 10001 | 1111111 | 11111 | 1010111 | 0 | 110010 | 100010111 | 1001100 | 11100 |
Color Harmonies of #58117F
Complementary color
Monochromatic Colors of #58117F
Black with #58117F
Text Example
Text Example
White with #58117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58117F; }
p { color: rgb(88,17,127); }
H1.HeaderClassName
{
color: #58117F;
}
.AnyTagClassName
{
color: #58117F;
}
</style>
background-color css
<style>
a { background-color: #58117F; }
a { background-color: rgb(88,17,127); }
div.DivClassName
{
background-color: #58117F;
}
.BgClassName
{
background-color: #58117F;
}
</style>
border-color css
<style>
span { border-color: #58117F; }
span { border-color: rgb(88,17,127); }
td.TdClassName
{
border-color: #58117F;
}
.TagClassName
{
border-color: #58117F;
}
</style>