Shades of Indigo #5B046E
Tints of Indigo #5B046E
RGB
CMYK
RGB Variations
Color information
#5B046E (or 0x5B046E) is known color: Indigo. HEX triplet: 5B, 04 and 6E. RGB value is (91,4,110). Sum of RGB (Red+Green+Blue) = 91+4+110=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B046E is #A4FB91. Grayscale: #292929. Windows color (decimal): -10812306 or 7210075. OLE color: 7210075.
HSL color Cylindrical-coordinate representation of color #5B046E: hue angle of 289.25º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B046E is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 4 | 110 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.57 |
| HSL | 289.25º | 0.93% | 0.22% | - |
| HSV(B) | 289.25º | 0.96% | 0.43% | - |
| XYZ | 7.17 | 3.44 | 15.04 | - |
| YUV | 42.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 110 | 0.17 | 0.96 | 0 | 0.57 | 289.25 | 0.93 | 0.22 |
| Hex | 5B | 4 | 6E | 11 | 60 | 0 | 39 | 121 | 5D | 16 |
| Octal | 133 | 4 | 156 | 21 | 140 | 0 | 71 | 441 | 135 | 26 |
| Binary | 1011011 | 100 | 1101110 | 10001 | 1100000 | 0 | 111001 | 100100001 | 1011101 | 10110 |
Color Harmonies of #5B046E
Complementary color
Monochromatic Colors of #5B046E
Black with #5B046E
Text Example
Text Example
White with #5B046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B046E; }
p { color: rgb(91,4,110); }
H1.HeaderClassName
{
color: #5B046E;
}
.AnyTagClassName
{
color: #5B046E;
}
</style>
background-color css
<style>
a { background-color: #5B046E; }
a { background-color: rgb(91,4,110); }
div.DivClassName
{
background-color: #5B046E;
}
.BgClassName
{
background-color: #5B046E;
}
</style>
border-color css
<style>
span { border-color: #5B046E; }
span { border-color: rgb(91,4,110); }
td.TdClassName
{
border-color: #5B046E;
}
.TagClassName
{
border-color: #5B046E;
}
</style>