Shades of Indigo #581370
Tints of Indigo #581370
RGB
CMYK
RGB Variations
Color information
#581370 (or 0x581370) is known color: Indigo. HEX triplet: 58, 13 and 70. RGB value is (88,19,112). Sum of RGB (Red+Green+Blue) = 88+19+112=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #581370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581370 is #A7EC8F. Grayscale: #313131. Windows color (decimal): -11005072 or 7344984. OLE color: 7344984.
HSL color Cylindrical-coordinate representation of color #581370: hue angle of 284.52º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581370 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 19 | 112 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.56 |
| HSL | 284.52º | 0.71% | 0.26% | - |
| HSV(B) | 284.52º | 0.83% | 0.44% | - |
| XYZ | 7.18 | 3.71 | 15.67 | - |
| YUV | 50.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 112 | 0.21 | 0.83 | 0 | 0.56 | 284.52 | 0.71 | 0.26 |
| Hex | 58 | 13 | 70 | 15 | 53 | 0 | 38 | 11D | 47 | 1A |
| Octal | 130 | 23 | 160 | 25 | 123 | 0 | 70 | 435 | 107 | 32 |
| Binary | 1011000 | 10011 | 1110000 | 10101 | 1010011 | 0 | 111000 | 100011101 | 1000111 | 11010 |
Color Harmonies of #581370
Complementary color
Monochromatic Colors of #581370
Black with #581370
Text Example
Text Example
White with #581370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581370; }
p { color: rgb(88,19,112); }
H1.HeaderClassName
{
color: #581370;
}
.AnyTagClassName
{
color: #581370;
}
</style>
background-color css
<style>
a { background-color: #581370; }
a { background-color: rgb(88,19,112); }
div.DivClassName
{
background-color: #581370;
}
.BgClassName
{
background-color: #581370;
}
</style>
border-color css
<style>
span { border-color: #581370; }
span { border-color: rgb(88,19,112); }
td.TdClassName
{
border-color: #581370;
}
.TagClassName
{
border-color: #581370;
}
</style>