Shades of Indigo #580685
Tints of Indigo #580685
RGB
CMYK
RGB Variations
Color information
#580685 (or 0x580685) is known color: Indigo. HEX triplet: 58, 06 and 85. RGB value is (88,6,133). Sum of RGB (Red+Green+Blue) = 88+6+133=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #580685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580685 is #A7F97A. Grayscale: #2C2C2C. Windows color (decimal): -11008379 or 8717912. OLE color: 8717912.
HSL color Cylindrical-coordinate representation of color #580685: hue angle of 278.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580685 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 6 | 133 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.48 |
| HSL | 278.74º | 0.91% | 0.27% | - |
| HSV(B) | 278.74º | 0.95% | 0.52% | - |
| XYZ | 8.32 | 3.9 | 22.5 | - |
| YUV | 45 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 133 | 0.34 | 0.95 | 0 | 0.48 | 278.74 | 0.91 | 0.27 |
| Hex | 58 | 6 | 85 | 22 | 5F | 0 | 30 | 117 | 5B | 1B |
| Octal | 130 | 6 | 205 | 42 | 137 | 0 | 60 | 427 | 133 | 33 |
| Binary | 1011000 | 110 | 10000101 | 100010 | 1011111 | 0 | 110000 | 100010111 | 1011011 | 11011 |
Color Harmonies of #580685
Complementary color
Monochromatic Colors of #580685
Black with #580685
Text Example
Text Example
White with #580685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580685; }
p { color: rgb(88,6,133); }
H1.HeaderClassName
{
color: #580685;
}
.AnyTagClassName
{
color: #580685;
}
</style>
background-color css
<style>
a { background-color: #580685; }
a { background-color: rgb(88,6,133); }
div.DivClassName
{
background-color: #580685;
}
.BgClassName
{
background-color: #580685;
}
</style>
border-color css
<style>
span { border-color: #580685; }
span { border-color: rgb(88,6,133); }
td.TdClassName
{
border-color: #580685;
}
.TagClassName
{
border-color: #580685;
}
</style>