Shades of Indigo #58018F
Tints of Indigo #58018F
RGB
CMYK
RGB Variations
Color information
#58018F (or 0x58018F) is known color: Indigo. HEX triplet: 58, 01 and 8F. RGB value is (88,1,143). Sum of RGB (Red+Green+Blue) = 88+1+143=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #58018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58018F is #A7FE70. Grayscale: #2A2A2A. Windows color (decimal): -11009649 or 9371992. OLE color: 9371992.
HSL color Cylindrical-coordinate representation of color #58018F: hue angle of 276.76º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58018F is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 1 | 143 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.44 |
| HSL | 276.76º | 0.99% | 0.28% | - |
| HSV(B) | 276.76º | 0.99% | 0.56% | - |
| XYZ | 8.99 | 4.08 | 26.3 | - |
| YUV | 43.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 143 | 0.38 | 0.99 | 0 | 0.44 | 276.76 | 0.99 | 0.28 |
| Hex | 58 | 1 | 8F | 26 | 63 | 0 | 2C | 115 | 63 | 1C |
| Octal | 130 | 1 | 217 | 46 | 143 | 0 | 54 | 425 | 143 | 34 |
| Binary | 1011000 | 1 | 10001111 | 100110 | 1100011 | 0 | 101100 | 100010101 | 1100011 | 11100 |
Color Harmonies of #58018F
Complementary color
Monochromatic Colors of #58018F
Black with #58018F
Text Example
Text Example
White with #58018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58018F; }
p { color: rgb(88,1,143); }
H1.HeaderClassName
{
color: #58018F;
}
.AnyTagClassName
{
color: #58018F;
}
</style>
background-color css
<style>
a { background-color: #58018F; }
a { background-color: rgb(88,1,143); }
div.DivClassName
{
background-color: #58018F;
}
.BgClassName
{
background-color: #58018F;
}
</style>
border-color css
<style>
span { border-color: #58018F; }
span { border-color: rgb(88,1,143); }
td.TdClassName
{
border-color: #58018F;
}
.TagClassName
{
border-color: #58018F;
}
</style>