Shades of Indigo #5B058C
Tints of Indigo #5B058C
RGB
CMYK
RGB Variations
Color information
#5B058C (or 0x5B058C) is known color: Indigo. HEX triplet: 5B, 05 and 8C. RGB value is (91,5,140). Sum of RGB (Red+Green+Blue) = 91+5+140=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B058C is #A4FA73. Grayscale: #2D2D2D. Windows color (decimal): -10812020 or 9176411. OLE color: 9176411.
HSL color Cylindrical-coordinate representation of color #5B058C: hue angle of 278.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B058C is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 5 | 140 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.45 |
| HSL | 278.22º | 0.93% | 0.28% | - |
| HSV(B) | 278.22º | 0.96% | 0.55% | - |
| XYZ | 9.1 | 4.23 | 25.15 | - |
| YUV | 46.1 | 180.99 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 140 | 0.35 | 0.96 | 0 | 0.45 | 278.22 | 0.93 | 0.28 |
| Hex | 5B | 5 | 8C | 23 | 60 | 0 | 2D | 116 | 5D | 1C |
| Octal | 133 | 5 | 214 | 43 | 140 | 0 | 55 | 426 | 135 | 34 |
| Binary | 1011011 | 101 | 10001100 | 100011 | 1100000 | 0 | 101101 | 100010110 | 1011101 | 11100 |
Color Harmonies of #5B058C
Complementary color
Monochromatic Colors of #5B058C
Black with #5B058C
Text Example
Text Example
White with #5B058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B058C; }
p { color: rgb(91,5,140); }
H1.HeaderClassName
{
color: #5B058C;
}
.AnyTagClassName
{
color: #5B058C;
}
</style>
background-color css
<style>
a { background-color: #5B058C; }
a { background-color: rgb(91,5,140); }
div.DivClassName
{
background-color: #5B058C;
}
.BgClassName
{
background-color: #5B058C;
}
</style>
border-color css
<style>
span { border-color: #5B058C; }
span { border-color: rgb(91,5,140); }
td.TdClassName
{
border-color: #5B058C;
}
.TagClassName
{
border-color: #5B058C;
}
</style>