Shades of Indigo #58079C
Tints of Indigo #58079C
RGB
CMYK
RGB Variations
Color information
#58079C (or 0x58079C) is known color: Indigo. HEX triplet: 58, 07 and 9C. RGB value is (88,7,156). Sum of RGB (Red+Green+Blue) = 88+7+156=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #58079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58079C is #A7F863. Grayscale: #2F2F2F. Windows color (decimal): -11008100 or 10225496. OLE color: 10225496.
HSL color Cylindrical-coordinate representation of color #58079C: hue angle of 272.62º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58079C is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 7 | 156 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.39 |
| HSL | 272.62º | 0.91% | 0.32% | - |
| HSV(B) | 272.62º | 0.96% | 0.61% | - |
| XYZ | 10.1 | 4.63 | 31.81 | - |
| YUV | 48.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 156 | 0.44 | 0.96 | 0 | 0.39 | 272.62 | 0.91 | 0.32 |
| Hex | 58 | 7 | 9C | 2C | 60 | 0 | 27 | 111 | 5B | 20 |
| Octal | 130 | 7 | 234 | 54 | 140 | 0 | 47 | 421 | 133 | 40 |
| Binary | 1011000 | 111 | 10011100 | 101100 | 1100000 | 0 | 100111 | 100010001 | 1011011 | 100000 |
Color Harmonies of #58079C
Complementary color
Monochromatic Colors of #58079C
Black with #58079C
Text Example
Text Example
White with #58079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58079C; }
p { color: rgb(88,7,156); }
H1.HeaderClassName
{
color: #58079C;
}
.AnyTagClassName
{
color: #58079C;
}
</style>
background-color css
<style>
a { background-color: #58079C; }
a { background-color: rgb(88,7,156); }
div.DivClassName
{
background-color: #58079C;
}
.BgClassName
{
background-color: #58079C;
}
</style>
border-color css
<style>
span { border-color: #58079C; }
span { border-color: rgb(88,7,156); }
td.TdClassName
{
border-color: #58079C;
}
.TagClassName
{
border-color: #58079C;
}
</style>