Shades of Indigo #581679
Tints of Indigo #581679
RGB
CMYK
RGB Variations
Color information
#581679 (or 0x581679) is known color: Indigo. HEX triplet: 58, 16 and 79. RGB value is (88,22,121). Sum of RGB (Red+Green+Blue) = 88+22+121=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #581679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581679 is #A7E986. Grayscale: #343434. Windows color (decimal): -11004295 or 7935576. OLE color: 7935576.
HSL color Cylindrical-coordinate representation of color #581679: hue angle of 280º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581679 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 22 | 121 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.53 |
| HSL | 280º | 0.69% | 0.28% | - |
| HSV(B) | 280º | 0.82% | 0.47% | - |
| XYZ | 7.76 | 4.03 | 18.46 | - |
| YUV | 53.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 121 | 0.27 | 0.82 | 0 | 0.53 | 280 | 0.69 | 0.28 |
| Hex | 58 | 16 | 79 | 1B | 52 | 0 | 35 | 118 | 45 | 1C |
| Octal | 130 | 26 | 171 | 33 | 122 | 0 | 65 | 430 | 105 | 34 |
| Binary | 1011000 | 10110 | 1111001 | 11011 | 1010010 | 0 | 110101 | 100011000 | 1000101 | 11100 |
Color Harmonies of #581679
Complementary color
Monochromatic Colors of #581679
Black with #581679
Text Example
Text Example
White with #581679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581679; }
p { color: rgb(88,22,121); }
H1.HeaderClassName
{
color: #581679;
}
.AnyTagClassName
{
color: #581679;
}
</style>
background-color css
<style>
a { background-color: #581679; }
a { background-color: rgb(88,22,121); }
div.DivClassName
{
background-color: #581679;
}
.BgClassName
{
background-color: #581679;
}
</style>
border-color css
<style>
span { border-color: #581679; }
span { border-color: rgb(88,22,121); }
td.TdClassName
{
border-color: #581679;
}
.TagClassName
{
border-color: #581679;
}
</style>