Shades of Indigo #58089C
Tints of Indigo #58089C
RGB
CMYK
RGB Variations
Color information
#58089C (or 0x58089C) is known color: Indigo. HEX triplet: 58, 08 and 9C. RGB value is (88,8,156). Sum of RGB (Red+Green+Blue) = 88+8+156=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #58089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58089C is #A7F763. Grayscale: #303030. Windows color (decimal): -11007844 or 10225752. OLE color: 10225752.
HSL color Cylindrical-coordinate representation of color #58089C: hue angle of 272.43º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58089C is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 8 | 156 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.39 |
| HSL | 272.43º | 0.9% | 0.32% | - |
| HSV(B) | 272.43º | 0.95% | 0.61% | - |
| XYZ | 10.11 | 4.65 | 31.82 | - |
| YUV | 48.79 | 188.5 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 156 | 0.44 | 0.95 | 0 | 0.39 | 272.43 | 0.9 | 0.32 |
| Hex | 58 | 8 | 9C | 2C | 5F | 0 | 27 | 110 | 5A | 20 |
| Octal | 130 | 10 | 234 | 54 | 137 | 0 | 47 | 420 | 132 | 40 |
| Binary | 1011000 | 1000 | 10011100 | 101100 | 1011111 | 0 | 100111 | 100010000 | 1011010 | 100000 |
Color Harmonies of #58089C
Complementary color
Monochromatic Colors of #58089C
Black with #58089C
Text Example
Text Example
White with #58089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58089C; }
p { color: rgb(88,8,156); }
H1.HeaderClassName
{
color: #58089C;
}
.AnyTagClassName
{
color: #58089C;
}
</style>
background-color css
<style>
a { background-color: #58089C; }
a { background-color: rgb(88,8,156); }
div.DivClassName
{
background-color: #58089C;
}
.BgClassName
{
background-color: #58089C;
}
</style>
border-color css
<style>
span { border-color: #58089C; }
span { border-color: rgb(88,8,156); }
td.TdClassName
{
border-color: #58089C;
}
.TagClassName
{
border-color: #58089C;
}
</style>