Shades of Indigo #581394
Tints of Indigo #581394
RGB
CMYK
RGB Variations
Color information
#581394 (or 0x581394) is known color: Indigo. HEX triplet: 58, 13 and 94. RGB value is (88,19,148). Sum of RGB (Red+Green+Blue) = 88+19+148=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #581394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581394 is #A7EC6B. Grayscale: #353535. Windows color (decimal): -11005036 or 9704280. OLE color: 9704280.
HSL color Cylindrical-coordinate representation of color #581394: hue angle of 272.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581394 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 19 | 148 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.42 |
| HSL | 272.09º | 0.77% | 0.33% | - |
| HSV(B) | 272.09º | 0.87% | 0.58% | - |
| XYZ | 9.6 | 4.68 | 28.41 | - |
| YUV | 54.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 148 | 0.41 | 0.87 | 0 | 0.42 | 272.09 | 0.77 | 0.33 |
| Hex | 58 | 13 | 94 | 29 | 57 | 0 | 2A | 110 | 4D | 21 |
| Octal | 130 | 23 | 224 | 51 | 127 | 0 | 52 | 420 | 115 | 41 |
| Binary | 1011000 | 10011 | 10010100 | 101001 | 1010111 | 0 | 101010 | 100010000 | 1001101 | 100001 |
Color Harmonies of #581394
Complementary color
Monochromatic Colors of #581394
Black with #581394
Text Example
Text Example
White with #581394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581394; }
p { color: rgb(88,19,148); }
H1.HeaderClassName
{
color: #581394;
}
.AnyTagClassName
{
color: #581394;
}
</style>
background-color css
<style>
a { background-color: #581394; }
a { background-color: rgb(88,19,148); }
div.DivClassName
{
background-color: #581394;
}
.BgClassName
{
background-color: #581394;
}
</style>
border-color css
<style>
span { border-color: #581394; }
span { border-color: rgb(88,19,148); }
td.TdClassName
{
border-color: #581394;
}
.TagClassName
{
border-color: #581394;
}
</style>