Shades of Indigo #580294
Tints of Indigo #580294
RGB
CMYK
RGB Variations
Color information
#580294 (or 0x580294) is known color: Indigo. HEX triplet: 58, 02 and 94. RGB value is (88,2,148). Sum of RGB (Red+Green+Blue) = 88+2+148=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #580294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580294 is #A7FD6B. Grayscale: #2B2B2B. Windows color (decimal): -11009388 or 9699928. OLE color: 9699928.
HSL color Cylindrical-coordinate representation of color #580294: hue angle of 275.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580294 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 2 | 148 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.42 |
| HSL | 275.34º | 0.97% | 0.29% | - |
| HSV(B) | 275.34º | 0.99% | 0.58% | - |
| XYZ | 9.39 | 4.26 | 28.34 | - |
| YUV | 44.36 | 186.49 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 148 | 0.41 | 0.99 | 0 | 0.42 | 275.34 | 0.97 | 0.29 |
| Hex | 58 | 2 | 94 | 29 | 63 | 0 | 2A | 113 | 61 | 1D |
| Octal | 130 | 2 | 224 | 51 | 143 | 0 | 52 | 423 | 141 | 35 |
| Binary | 1011000 | 10 | 10010100 | 101001 | 1100011 | 0 | 101010 | 100010011 | 1100001 | 11101 |
Color Harmonies of #580294
Complementary color
Monochromatic Colors of #580294
Black with #580294
Text Example
Text Example
White with #580294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580294; }
p { color: rgb(88,2,148); }
H1.HeaderClassName
{
color: #580294;
}
.AnyTagClassName
{
color: #580294;
}
</style>
background-color css
<style>
a { background-color: #580294; }
a { background-color: rgb(88,2,148); }
div.DivClassName
{
background-color: #580294;
}
.BgClassName
{
background-color: #580294;
}
</style>
border-color css
<style>
span { border-color: #580294; }
span { border-color: rgb(88,2,148); }
td.TdClassName
{
border-color: #580294;
}
.TagClassName
{
border-color: #580294;
}
</style>