Shades of Indigo #580396
Tints of Indigo #580396
RGB
CMYK
RGB Variations
Color information
#580396 (or 0x580396) is known color: Indigo. HEX triplet: 58, 03 and 96. RGB value is (88,3,150). Sum of RGB (Red+Green+Blue) = 88+3+150=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #580396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580396 is #A7FC69. Grayscale: #2C2C2C. Windows color (decimal): -11009130 or 9831256. OLE color: 9831256.
HSL color Cylindrical-coordinate representation of color #580396: hue angle of 274.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580396 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 3 | 150 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.41 |
| HSL | 274.69º | 0.96% | 0.3% | - |
| HSV(B) | 274.69º | 0.98% | 0.59% | - |
| XYZ | 9.56 | 4.34 | 29.19 | - |
| YUV | 45.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 150 | 0.41 | 0.98 | 0 | 0.41 | 274.69 | 0.96 | 0.3 |
| Hex | 58 | 3 | 96 | 29 | 62 | 0 | 29 | 113 | 60 | 1E |
| Octal | 130 | 3 | 226 | 51 | 142 | 0 | 51 | 423 | 140 | 36 |
| Binary | 1011000 | 11 | 10010110 | 101001 | 1100010 | 0 | 101001 | 100010011 | 1100000 | 11110 |
Color Harmonies of #580396
Complementary color
Monochromatic Colors of #580396
Black with #580396
Text Example
Text Example
White with #580396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580396; }
p { color: rgb(88,3,150); }
H1.HeaderClassName
{
color: #580396;
}
.AnyTagClassName
{
color: #580396;
}
</style>
background-color css
<style>
a { background-color: #580396; }
a { background-color: rgb(88,3,150); }
div.DivClassName
{
background-color: #580396;
}
.BgClassName
{
background-color: #580396;
}
</style>
border-color css
<style>
span { border-color: #580396; }
span { border-color: rgb(88,3,150); }
td.TdClassName
{
border-color: #580396;
}
.TagClassName
{
border-color: #580396;
}
</style>