Shades of Indigo #58127B
Tints of Indigo #58127B
RGB
CMYK
RGB Variations
Color information
#58127B (or 0x58127B) is known color: Indigo. HEX triplet: 58, 12 and 7B. RGB value is (88,18,123). Sum of RGB (Red+Green+Blue) = 88+18+123=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #58127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58127B is #A7ED84. Grayscale: #323232. Windows color (decimal): -11005317 or 8065624. OLE color: 8065624.
HSL color Cylindrical-coordinate representation of color #58127B: hue angle of 280º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58127B is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 18 | 123 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.52 |
| HSL | 280º | 0.74% | 0.28% | - |
| HSV(B) | 280º | 0.85% | 0.48% | - |
| XYZ | 7.82 | 3.94 | 19.09 | - |
| YUV | 50.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 123 | 0.28 | 0.85 | 0 | 0.52 | 280 | 0.74 | 0.28 |
| Hex | 58 | 12 | 7B | 1C | 55 | 0 | 34 | 118 | 4A | 1C |
| Octal | 130 | 22 | 173 | 34 | 125 | 0 | 64 | 430 | 112 | 34 |
| Binary | 1011000 | 10010 | 1111011 | 11100 | 1010101 | 0 | 110100 | 100011000 | 1001010 | 11100 |
Color Harmonies of #58127B
Complementary color
Monochromatic Colors of #58127B
Black with #58127B
Text Example
Text Example
White with #58127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58127B; }
p { color: rgb(88,18,123); }
H1.HeaderClassName
{
color: #58127B;
}
.AnyTagClassName
{
color: #58127B;
}
</style>
background-color css
<style>
a { background-color: #58127B; }
a { background-color: rgb(88,18,123); }
div.DivClassName
{
background-color: #58127B;
}
.BgClassName
{
background-color: #58127B;
}
</style>
border-color css
<style>
span { border-color: #58127B; }
span { border-color: rgb(88,18,123); }
td.TdClassName
{
border-color: #58127B;
}
.TagClassName
{
border-color: #58127B;
}
</style>