Shades of Indigo #580394
Tints of Indigo #580394
RGB
CMYK
RGB Variations
Color information
#580394 (or 0x580394) is known color: Indigo. HEX triplet: 58, 03 and 94. RGB value is (88,3,148). Sum of RGB (Red+Green+Blue) = 88+3+148=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #580394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580394 is #A7FC6B. Grayscale: #2C2C2C. Windows color (decimal): -11009132 or 9700184. OLE color: 9700184.
HSL color Cylindrical-coordinate representation of color #580394: hue angle of 275.17º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580394 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 3 | 148 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.42 |
| HSL | 275.17º | 0.96% | 0.3% | - |
| HSV(B) | 275.17º | 0.98% | 0.58% | - |
| XYZ | 9.4 | 4.28 | 28.35 | - |
| YUV | 44.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 148 | 0.41 | 0.98 | 0 | 0.42 | 275.17 | 0.96 | 0.3 |
| Hex | 58 | 3 | 94 | 29 | 62 | 0 | 2A | 113 | 60 | 1E |
| Octal | 130 | 3 | 224 | 51 | 142 | 0 | 52 | 423 | 140 | 36 |
| Binary | 1011000 | 11 | 10010100 | 101001 | 1100010 | 0 | 101010 | 100010011 | 1100000 | 11110 |
Color Harmonies of #580394
Complementary color
Monochromatic Colors of #580394
Black with #580394
Text Example
Text Example
White with #580394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580394; }
p { color: rgb(88,3,148); }
H1.HeaderClassName
{
color: #580394;
}
.AnyTagClassName
{
color: #580394;
}
</style>
background-color css
<style>
a { background-color: #580394; }
a { background-color: rgb(88,3,148); }
div.DivClassName
{
background-color: #580394;
}
.BgClassName
{
background-color: #580394;
}
</style>
border-color css
<style>
span { border-color: #580394; }
span { border-color: rgb(88,3,148); }
td.TdClassName
{
border-color: #580394;
}
.TagClassName
{
border-color: #580394;
}
</style>