Shades of Indigo #58189A
Tints of Indigo #58189A
RGB
CMYK
RGB Variations
Color information
#58189A (or 0x58189A) is known color: Indigo. HEX triplet: 58, 18 and 9A. RGB value is (88,24,154). Sum of RGB (Red+Green+Blue) = 88+24+154=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #58189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58189A is #A7E765. Grayscale: #393939. Windows color (decimal): -11003750 or 10098776. OLE color: 10098776.
HSL color Cylindrical-coordinate representation of color #58189A: hue angle of 269.54º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58189A is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 24 | 154 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.40 |
| HSL | 269.54º | 0.73% | 0.35% | - |
| HSV(B) | 269.54º | 0.84% | 0.6% | - |
| XYZ | 10.18 | 5.06 | 31.01 | - |
| YUV | 57.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 154 | 0.43 | 0.84 | 0 | 0.40 | 269.54 | 0.73 | 0.35 |
| Hex | 58 | 18 | 9A | 2B | 54 | 0 | 28 | 10E | 49 | 23 |
| Octal | 130 | 30 | 232 | 53 | 124 | 0 | 50 | 416 | 111 | 43 |
| Binary | 1011000 | 11000 | 10011010 | 101011 | 1010100 | 0 | 101000 | 100001110 | 1001001 | 100011 |
Color Harmonies of #58189A
Complementary color
Monochromatic Colors of #58189A
Black with #58189A
Text Example
Text Example
White with #58189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58189A; }
p { color: rgb(88,24,154); }
H1.HeaderClassName
{
color: #58189A;
}
.AnyTagClassName
{
color: #58189A;
}
</style>
background-color css
<style>
a { background-color: #58189A; }
a { background-color: rgb(88,24,154); }
div.DivClassName
{
background-color: #58189A;
}
.BgClassName
{
background-color: #58189A;
}
</style>
border-color css
<style>
span { border-color: #58189A; }
span { border-color: rgb(88,24,154); }
td.TdClassName
{
border-color: #58189A;
}
.TagClassName
{
border-color: #58189A;
}
</style>