Shades of Indigo #58178A
Tints of Indigo #58178A
RGB
CMYK
RGB Variations
Color information
#58178A (or 0x58178A) is known color: Indigo. HEX triplet: 58, 17 and 8A. RGB value is (88,23,138). Sum of RGB (Red+Green+Blue) = 88+23+138=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #58178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58178A is #A7E875. Grayscale: #373737. Windows color (decimal): -11004022 or 9049944. OLE color: 9049944.
HSL color Cylindrical-coordinate representation of color #58178A: hue angle of 273.91º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58178A is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 23 | 138 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.46 |
| HSL | 273.91º | 0.71% | 0.32% | - |
| HSV(B) | 273.91º | 0.83% | 0.54% | - |
| XYZ | 8.92 | 4.52 | 24.45 | - |
| YUV | 55.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 138 | 0.36 | 0.83 | 0 | 0.46 | 273.91 | 0.71 | 0.32 |
| Hex | 58 | 17 | 8A | 24 | 53 | 0 | 2E | 112 | 47 | 20 |
| Octal | 130 | 27 | 212 | 44 | 123 | 0 | 56 | 422 | 107 | 40 |
| Binary | 1011000 | 10111 | 10001010 | 100100 | 1010011 | 0 | 101110 | 100010010 | 1000111 | 100000 |
Color Harmonies of #58178A
Complementary color
Monochromatic Colors of #58178A
Black with #58178A
Text Example
Text Example
White with #58178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58178A; }
p { color: rgb(88,23,138); }
H1.HeaderClassName
{
color: #58178A;
}
.AnyTagClassName
{
color: #58178A;
}
</style>
background-color css
<style>
a { background-color: #58178A; }
a { background-color: rgb(88,23,138); }
div.DivClassName
{
background-color: #58178A;
}
.BgClassName
{
background-color: #58178A;
}
</style>
border-color css
<style>
span { border-color: #58178A; }
span { border-color: rgb(88,23,138); }
td.TdClassName
{
border-color: #58178A;
}
.TagClassName
{
border-color: #58178A;
}
</style>