Shades of Indigo #58126B
Tints of Indigo #58126B
RGB
CMYK
RGB Variations
Color information
#58126B (or 0x58126B) is known color: Indigo. HEX triplet: 58, 12 and 6B. RGB value is (88,18,107). Sum of RGB (Red+Green+Blue) = 88+18+107=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #58126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58126B is #A7ED94. Grayscale: #303030. Windows color (decimal): -11005333 or 7017048. OLE color: 7017048.
HSL color Cylindrical-coordinate representation of color #58126B: hue angle of 287.19º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58126B is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 18 | 107 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.58 |
| HSL | 287.19º | 0.71% | 0.25% | - |
| HSV(B) | 287.19º | 0.83% | 0.42% | - |
| XYZ | 6.89 | 3.57 | 14.24 | - |
| YUV | 49.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 107 | 0.18 | 0.83 | 0 | 0.58 | 287.19 | 0.71 | 0.25 |
| Hex | 58 | 12 | 6B | 12 | 53 | 0 | 3A | 11F | 47 | 19 |
| Octal | 130 | 22 | 153 | 22 | 123 | 0 | 72 | 437 | 107 | 31 |
| Binary | 1011000 | 10010 | 1101011 | 10010 | 1010011 | 0 | 111010 | 100011111 | 1000111 | 11001 |
Color Harmonies of #58126B
Complementary color
Monochromatic Colors of #58126B
Black with #58126B
Text Example
Text Example
White with #58126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58126B; }
p { color: rgb(88,18,107); }
H1.HeaderClassName
{
color: #58126B;
}
.AnyTagClassName
{
color: #58126B;
}
</style>
background-color css
<style>
a { background-color: #58126B; }
a { background-color: rgb(88,18,107); }
div.DivClassName
{
background-color: #58126B;
}
.BgClassName
{
background-color: #58126B;
}
</style>
border-color css
<style>
span { border-color: #58126B; }
span { border-color: rgb(88,18,107); }
td.TdClassName
{
border-color: #58126B;
}
.TagClassName
{
border-color: #58126B;
}
</style>