Shades of Indigo #58147B
Tints of Indigo #58147B
RGB
CMYK
RGB Variations
Color information
#58147B (or 0x58147B) is known color: Indigo. HEX triplet: 58, 14 and 7B. RGB value is (88,20,123). Sum of RGB (Red+Green+Blue) = 88+20+123=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #58147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58147B is #A7EB84. Grayscale: #333333. Windows color (decimal): -11004805 or 8066136. OLE color: 8066136.
HSL color Cylindrical-coordinate representation of color #58147B: hue angle of 279.61º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58147B is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 20 | 123 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.52 |
| HSL | 279.61º | 0.72% | 0.28% | - |
| HSV(B) | 279.61º | 0.84% | 0.48% | - |
| XYZ | 7.85 | 4.01 | 19.1 | - |
| YUV | 52.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 123 | 0.28 | 0.84 | 0 | 0.52 | 279.61 | 0.72 | 0.28 |
| Hex | 58 | 14 | 7B | 1C | 54 | 0 | 34 | 118 | 48 | 1C |
| Octal | 130 | 24 | 173 | 34 | 124 | 0 | 64 | 430 | 110 | 34 |
| Binary | 1011000 | 10100 | 1111011 | 11100 | 1010100 | 0 | 110100 | 100011000 | 1001000 | 11100 |
Color Harmonies of #58147B
Complementary color
Monochromatic Colors of #58147B
Black with #58147B
Text Example
Text Example
White with #58147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58147B; }
p { color: rgb(88,20,123); }
H1.HeaderClassName
{
color: #58147B;
}
.AnyTagClassName
{
color: #58147B;
}
</style>
background-color css
<style>
a { background-color: #58147B; }
a { background-color: rgb(88,20,123); }
div.DivClassName
{
background-color: #58147B;
}
.BgClassName
{
background-color: #58147B;
}
</style>
border-color css
<style>
span { border-color: #58147B; }
span { border-color: rgb(88,20,123); }
td.TdClassName
{
border-color: #58147B;
}
.TagClassName
{
border-color: #58147B;
}
</style>