Shades of Indigo #5B058D
Tints of Indigo #5B058D
RGB
CMYK
RGB Variations
Color information
#5B058D (or 0x5B058D) is known color: Indigo. HEX triplet: 5B, 05 and 8D. RGB value is (91,5,141). Sum of RGB (Red+Green+Blue) = 91+5+141=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B058D is #A4FA72. Grayscale: #2D2D2D. Windows color (decimal): -10812019 or 9241947. OLE color: 9241947.
HSL color Cylindrical-coordinate representation of color #5B058D: hue angle of 277.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B058D is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 5 | 141 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.45 |
| HSL | 277.94º | 0.93% | 0.29% | - |
| HSV(B) | 277.94º | 0.96% | 0.55% | - |
| XYZ | 9.18 | 4.26 | 25.54 | - |
| YUV | 46.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 141 | 0.35 | 0.96 | 0 | 0.45 | 277.94 | 0.93 | 0.29 |
| Hex | 5B | 5 | 8D | 23 | 60 | 0 | 2D | 116 | 5D | 1D |
| Octal | 133 | 5 | 215 | 43 | 140 | 0 | 55 | 426 | 135 | 35 |
| Binary | 1011011 | 101 | 10001101 | 100011 | 1100000 | 0 | 101101 | 100010110 | 1011101 | 11101 |
Color Harmonies of #5B058D
Complementary color
Monochromatic Colors of #5B058D
Black with #5B058D
Text Example
Text Example
White with #5B058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B058D; }
p { color: rgb(91,5,141); }
H1.HeaderClassName
{
color: #5B058D;
}
.AnyTagClassName
{
color: #5B058D;
}
</style>
background-color css
<style>
a { background-color: #5B058D; }
a { background-color: rgb(91,5,141); }
div.DivClassName
{
background-color: #5B058D;
}
.BgClassName
{
background-color: #5B058D;
}
</style>
border-color css
<style>
span { border-color: #5B058D; }
span { border-color: rgb(91,5,141); }
td.TdClassName
{
border-color: #5B058D;
}
.TagClassName
{
border-color: #5B058D;
}
</style>