Shades of Indigo #58038F
Tints of Indigo #58038F
RGB
CMYK
RGB Variations
Color information
#58038F (or 0x58038F) is known color: Indigo. HEX triplet: 58, 03 and 8F. RGB value is (88,3,143). Sum of RGB (Red+Green+Blue) = 88+3+143=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #58038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58038F is #A7FC70. Grayscale: #2B2B2B. Windows color (decimal): -11009137 or 9372504. OLE color: 9372504.
HSL color Cylindrical-coordinate representation of color #58038F: hue angle of 276.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58038F is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 3 | 143 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.44 |
| HSL | 276.43º | 0.96% | 0.29% | - |
| HSV(B) | 276.43º | 0.98% | 0.56% | - |
| XYZ | 9.01 | 4.12 | 26.31 | - |
| YUV | 44.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 143 | 0.38 | 0.98 | 0 | 0.44 | 276.43 | 0.96 | 0.29 |
| Hex | 58 | 3 | 8F | 26 | 62 | 0 | 2C | 114 | 60 | 1D |
| Octal | 130 | 3 | 217 | 46 | 142 | 0 | 54 | 424 | 140 | 35 |
| Binary | 1011000 | 11 | 10001111 | 100110 | 1100010 | 0 | 101100 | 100010100 | 1100000 | 11101 |
Color Harmonies of #58038F
Complementary color
Monochromatic Colors of #58038F
Black with #58038F
Text Example
Text Example
White with #58038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58038F; }
p { color: rgb(88,3,143); }
H1.HeaderClassName
{
color: #58038F;
}
.AnyTagClassName
{
color: #58038F;
}
</style>
background-color css
<style>
a { background-color: #58038F; }
a { background-color: rgb(88,3,143); }
div.DivClassName
{
background-color: #58038F;
}
.BgClassName
{
background-color: #58038F;
}
</style>
border-color css
<style>
span { border-color: #58038F; }
span { border-color: rgb(88,3,143); }
td.TdClassName
{
border-color: #58038F;
}
.TagClassName
{
border-color: #58038F;
}
</style>