Shades of Indigo #5B046C
Tints of Indigo #5B046C
RGB
CMYK
RGB Variations
Color information
#5B046C (or 0x5B046C) is known color: Indigo. HEX triplet: 5B, 04 and 6C. RGB value is (91,4,108). Sum of RGB (Red+Green+Blue) = 91+4+108=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B046C is #A4FB93. Grayscale: #292929. Windows color (decimal): -10812308 or 7079003. OLE color: 7079003.
HSL color Cylindrical-coordinate representation of color #5B046C: hue angle of 290.19º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B046C is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 4 | 108 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.58 |
| HSL | 290.19º | 0.93% | 0.22% | - |
| HSV(B) | 290.19º | 0.96% | 0.42% | - |
| XYZ | 7.06 | 3.39 | 14.47 | - |
| YUV | 41.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 108 | 0.16 | 0.96 | 0 | 0.58 | 290.19 | 0.93 | 0.22 |
| Hex | 5B | 4 | 6C | 10 | 60 | 0 | 3A | 122 | 5D | 16 |
| Octal | 133 | 4 | 154 | 20 | 140 | 0 | 72 | 442 | 135 | 26 |
| Binary | 1011011 | 100 | 1101100 | 10000 | 1100000 | 0 | 111010 | 100100010 | 1011101 | 10110 |
Color Harmonies of #5B046C
Complementary color
Monochromatic Colors of #5B046C
Black with #5B046C
Text Example
Text Example
White with #5B046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B046C; }
p { color: rgb(91,4,108); }
H1.HeaderClassName
{
color: #5B046C;
}
.AnyTagClassName
{
color: #5B046C;
}
</style>
background-color css
<style>
a { background-color: #5B046C; }
a { background-color: rgb(91,4,108); }
div.DivClassName
{
background-color: #5B046C;
}
.BgClassName
{
background-color: #5B046C;
}
</style>
border-color css
<style>
span { border-color: #5B046C; }
span { border-color: rgb(91,4,108); }
td.TdClassName
{
border-color: #5B046C;
}
.TagClassName
{
border-color: #5B046C;
}
</style>