Shades of Indigo #58106B
Tints of Indigo #58106B
RGB
CMYK
RGB Variations
Color information
#58106B (or 0x58106B) is known color: Indigo. HEX triplet: 58, 10 and 6B. RGB value is (88,16,107). Sum of RGB (Red+Green+Blue) = 88+16+107=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #58106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58106B is #A7EF94. Grayscale: #2F2F2F. Windows color (decimal): -11005845 or 7016536. OLE color: 7016536.
HSL color Cylindrical-coordinate representation of color #58106B: hue angle of 287.47º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58106B is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 16 | 107 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.58 |
| HSL | 287.47º | 0.74% | 0.24% | - |
| HSV(B) | 287.47º | 0.85% | 0.42% | - |
| XYZ | 6.86 | 3.51 | 14.23 | - |
| YUV | 47.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 107 | 0.18 | 0.85 | 0 | 0.58 | 287.47 | 0.74 | 0.24 |
| Hex | 58 | 10 | 6B | 12 | 55 | 0 | 3A | 11F | 4A | 18 |
| Octal | 130 | 20 | 153 | 22 | 125 | 0 | 72 | 437 | 112 | 30 |
| Binary | 1011000 | 10000 | 1101011 | 10010 | 1010101 | 0 | 111010 | 100011111 | 1001010 | 11000 |
Color Harmonies of #58106B
Complementary color
Monochromatic Colors of #58106B
Black with #58106B
Text Example
Text Example
White with #58106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58106B; }
p { color: rgb(88,16,107); }
H1.HeaderClassName
{
color: #58106B;
}
.AnyTagClassName
{
color: #58106B;
}
</style>
background-color css
<style>
a { background-color: #58106B; }
a { background-color: rgb(88,16,107); }
div.DivClassName
{
background-color: #58106B;
}
.BgClassName
{
background-color: #58106B;
}
</style>
border-color css
<style>
span { border-color: #58106B; }
span { border-color: rgb(88,16,107); }
td.TdClassName
{
border-color: #58106B;
}
.TagClassName
{
border-color: #58106B;
}
</style>