Shades of Indigo #580398
Tints of Indigo #580398
RGB
CMYK
RGB Variations
Color information
#580398 (or 0x580398) is known color: Indigo. HEX triplet: 58, 03 and 98. RGB value is (88,3,152). Sum of RGB (Red+Green+Blue) = 88+3+152=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #580398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580398 is #A7FC67. Grayscale: #2C2C2C. Windows color (decimal): -11009128 or 9962328. OLE color: 9962328.
HSL color Cylindrical-coordinate representation of color #580398: hue angle of 274.23º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580398 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 3 | 152 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.40 |
| HSL | 274.23º | 0.96% | 0.3% | - |
| HSV(B) | 274.23º | 0.98% | 0.6% | - |
| XYZ | 9.72 | 4.41 | 30.04 | - |
| YUV | 45.4 | 188.16 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 152 | 0.42 | 0.98 | 0 | 0.40 | 274.23 | 0.96 | 0.3 |
| Hex | 58 | 3 | 98 | 2A | 62 | 0 | 28 | 112 | 60 | 1E |
| Octal | 130 | 3 | 230 | 52 | 142 | 0 | 50 | 422 | 140 | 36 |
| Binary | 1011000 | 11 | 10011000 | 101010 | 1100010 | 0 | 101000 | 100010010 | 1100000 | 11110 |
Color Harmonies of #580398
Complementary color
Monochromatic Colors of #580398
Black with #580398
Text Example
Text Example
White with #580398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580398; }
p { color: rgb(88,3,152); }
H1.HeaderClassName
{
color: #580398;
}
.AnyTagClassName
{
color: #580398;
}
</style>
background-color css
<style>
a { background-color: #580398; }
a { background-color: rgb(88,3,152); }
div.DivClassName
{
background-color: #580398;
}
.BgClassName
{
background-color: #580398;
}
</style>
border-color css
<style>
span { border-color: #580398; }
span { border-color: rgb(88,3,152); }
td.TdClassName
{
border-color: #580398;
}
.TagClassName
{
border-color: #580398;
}
</style>