Shades of Indigo #581674
Tints of Indigo #581674
RGB
CMYK
RGB Variations
Color information
#581674 (or 0x581674) is known color: Indigo. HEX triplet: 58, 16 and 74. RGB value is (88,22,116). Sum of RGB (Red+Green+Blue) = 88+22+116=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #581674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581674 is #A7E98B. Grayscale: #343434. Windows color (decimal): -11004300 or 7607896. OLE color: 7607896.
HSL color Cylindrical-coordinate representation of color #581674: hue angle of 282.13º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581674 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 22 | 116 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.55 |
| HSL | 282.13º | 0.68% | 0.27% | - |
| HSV(B) | 282.13º | 0.81% | 0.45% | - |
| XYZ | 7.46 | 3.91 | 16.88 | - |
| YUV | 52.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 116 | 0.24 | 0.81 | 0 | 0.55 | 282.13 | 0.68 | 0.27 |
| Hex | 58 | 16 | 74 | 18 | 51 | 0 | 37 | 11A | 44 | 1B |
| Octal | 130 | 26 | 164 | 30 | 121 | 0 | 67 | 432 | 104 | 33 |
| Binary | 1011000 | 10110 | 1110100 | 11000 | 1010001 | 0 | 110111 | 100011010 | 1000100 | 11011 |
Color Harmonies of #581674
Complementary color
Monochromatic Colors of #581674
Black with #581674
Text Example
Text Example
White with #581674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581674; }
p { color: rgb(88,22,116); }
H1.HeaderClassName
{
color: #581674;
}
.AnyTagClassName
{
color: #581674;
}
</style>
background-color css
<style>
a { background-color: #581674; }
a { background-color: rgb(88,22,116); }
div.DivClassName
{
background-color: #581674;
}
.BgClassName
{
background-color: #581674;
}
</style>
border-color css
<style>
span { border-color: #581674; }
span { border-color: rgb(88,22,116); }
td.TdClassName
{
border-color: #581674;
}
.TagClassName
{
border-color: #581674;
}
</style>