Shades of Indigo #581473
Tints of Indigo #581473
RGB
CMYK
RGB Variations
Color information
#581473 (or 0x581473) is known color: Indigo. HEX triplet: 58, 14 and 73. RGB value is (88,20,115). Sum of RGB (Red+Green+Blue) = 88+20+115=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #581473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581473 is #A7EB8C. Grayscale: #323232. Windows color (decimal): -11004813 or 7541848. OLE color: 7541848.
HSL color Cylindrical-coordinate representation of color #581473: hue angle of 282.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581473 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 20 | 115 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.55 |
| HSL | 282.95º | 0.7% | 0.26% | - |
| HSV(B) | 282.95º | 0.83% | 0.45% | - |
| XYZ | 7.37 | 3.81 | 16.57 | - |
| YUV | 51.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 115 | 0.23 | 0.83 | 0 | 0.55 | 282.95 | 0.7 | 0.26 |
| Hex | 58 | 14 | 73 | 17 | 53 | 0 | 37 | 11B | 46 | 1A |
| Octal | 130 | 24 | 163 | 27 | 123 | 0 | 67 | 433 | 106 | 32 |
| Binary | 1011000 | 10100 | 1110011 | 10111 | 1010011 | 0 | 110111 | 100011011 | 1000110 | 11010 |
Color Harmonies of #581473
Complementary color
Monochromatic Colors of #581473
Black with #581473
Text Example
Text Example
White with #581473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581473; }
p { color: rgb(88,20,115); }
H1.HeaderClassName
{
color: #581473;
}
.AnyTagClassName
{
color: #581473;
}
</style>
background-color css
<style>
a { background-color: #581473; }
a { background-color: rgb(88,20,115); }
div.DivClassName
{
background-color: #581473;
}
.BgClassName
{
background-color: #581473;
}
</style>
border-color css
<style>
span { border-color: #581473; }
span { border-color: rgb(88,20,115); }
td.TdClassName
{
border-color: #581473;
}
.TagClassName
{
border-color: #581473;
}
</style>