Shades of Indigo #580567
Tints of Indigo #580567
RGB
CMYK
RGB Variations
Color information
#580567 (or 0x580567) is known color: Indigo. HEX triplet: 58, 05 and 67. RGB value is (88,5,103). Sum of RGB (Red+Green+Blue) = 88+5+103=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #580567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580567 is #A7FA98. Grayscale: #282828. Windows color (decimal): -11008665 or 6751576. OLE color: 6751576.
HSL color Cylindrical-coordinate representation of color #580567: hue angle of 290.82º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580567 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 5 | 103 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.60 |
| HSL | 290.82º | 0.91% | 0.21% | - |
| HSV(B) | 290.82º | 0.95% | 0.4% | - |
| XYZ | 6.53 | 3.16 | 13.1 | - |
| YUV | 40.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 103 | 0.15 | 0.95 | 0 | 0.60 | 290.82 | 0.91 | 0.21 |
| Hex | 58 | 5 | 67 | F | 5F | 0 | 3C | 123 | 5B | 15 |
| Octal | 130 | 5 | 147 | 17 | 137 | 0 | 74 | 443 | 133 | 25 |
| Binary | 1011000 | 101 | 1100111 | 1111 | 1011111 | 0 | 111100 | 100100011 | 1011011 | 10101 |
Color Harmonies of #580567
Complementary color
Monochromatic Colors of #580567
Black with #580567
Text Example
Text Example
White with #580567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580567; }
p { color: rgb(88,5,103); }
H1.HeaderClassName
{
color: #580567;
}
.AnyTagClassName
{
color: #580567;
}
</style>
background-color css
<style>
a { background-color: #580567; }
a { background-color: rgb(88,5,103); }
div.DivClassName
{
background-color: #580567;
}
.BgClassName
{
background-color: #580567;
}
</style>
border-color css
<style>
span { border-color: #580567; }
span { border-color: rgb(88,5,103); }
td.TdClassName
{
border-color: #580567;
}
.TagClassName
{
border-color: #580567;
}
</style>