Shades of Indigo #58099F
Tints of Indigo #58099F
RGB
CMYK
RGB Variations
Color information
#58099F (or 0x58099F) is known color: Indigo. HEX triplet: 58, 09 and 9F. RGB value is (88,9,159). Sum of RGB (Red+Green+Blue) = 88+9+159=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #58099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58099F is #A7F660. Grayscale: #313131. Windows color (decimal): -11007585 or 10422616. OLE color: 10422616.
HSL color Cylindrical-coordinate representation of color #58099F: hue angle of 271.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58099F is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 9 | 159 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.38 |
| HSL | 271.6º | 0.89% | 0.33% | - |
| HSV(B) | 271.6º | 0.94% | 0.62% | - |
| XYZ | 10.38 | 4.77 | 33.18 | - |
| YUV | 49.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 159 | 0.45 | 0.94 | 0 | 0.38 | 271.6 | 0.89 | 0.33 |
| Hex | 58 | 9 | 9F | 2D | 5E | 0 | 26 | 110 | 59 | 21 |
| Octal | 130 | 11 | 237 | 55 | 136 | 0 | 46 | 420 | 131 | 41 |
| Binary | 1011000 | 1001 | 10011111 | 101101 | 1011110 | 0 | 100110 | 100010000 | 1011001 | 100001 |
Color Harmonies of #58099F
Complementary color
Monochromatic Colors of #58099F
Black with #58099F
Text Example
Text Example
White with #58099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58099F; }
p { color: rgb(88,9,159); }
H1.HeaderClassName
{
color: #58099F;
}
.AnyTagClassName
{
color: #58099F;
}
</style>
background-color css
<style>
a { background-color: #58099F; }
a { background-color: rgb(88,9,159); }
div.DivClassName
{
background-color: #58099F;
}
.BgClassName
{
background-color: #58099F;
}
</style>
border-color css
<style>
span { border-color: #58099F; }
span { border-color: rgb(88,9,159); }
td.TdClassName
{
border-color: #58099F;
}
.TagClassName
{
border-color: #58099F;
}
</style>