Shades of Indigo #58007D
Tints of Indigo #58007D
RGB
CMYK
RGB Variations
Color information
#58007D (or 0x58007D) is known color: Indigo. HEX triplet: 58, 00 and 7D. RGB value is (88,0,125). Sum of RGB (Red+Green+Blue) = 88+0+125=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #58007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58007D is #A7FF82. Grayscale: #282828. Windows color (decimal): -11009923 or 8192088. OLE color: 8192088.
HSL color Cylindrical-coordinate representation of color #58007D: hue angle of 282.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58007D is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 0 | 125 | - |
| CMYK | 0.30 | 1 | 0 | 0.51 |
| HSL | 282.24º | 1% | 0.25% | - |
| HSV(B) | 282.24º | 1% | 0.49% | - |
| XYZ | 7.73 | 3.56 | 19.68 | - |
| YUV | 40.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 125 | 0.30 | 1 | 0 | 0.51 | 282.24 | 1 | 0.25 |
| Hex | 58 | 0 | 7D | 1E | 64 | 0 | 33 | 11A | 64 | 19 |
| Octal | 130 | 0 | 175 | 36 | 144 | 0 | 63 | 432 | 144 | 31 |
| Binary | 1011000 | 0 | 1111101 | 11110 | 1100100 | 0 | 110011 | 100011010 | 1100100 | 11001 |
Color Harmonies of #58007D
Complementary color
Monochromatic Colors of #58007D
Black with #58007D
Text Example
Text Example
White with #58007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58007D; }
p { color: rgb(88,0,125); }
H1.HeaderClassName
{
color: #58007D;
}
.AnyTagClassName
{
color: #58007D;
}
</style>
background-color css
<style>
a { background-color: #58007D; }
a { background-color: rgb(88,0,125); }
div.DivClassName
{
background-color: #58007D;
}
.BgClassName
{
background-color: #58007D;
}
</style>
border-color css
<style>
span { border-color: #58007D; }
span { border-color: rgb(88,0,125); }
td.TdClassName
{
border-color: #58007D;
}
.TagClassName
{
border-color: #58007D;
}
</style>