Shades of Indigo #5B046D
Tints of Indigo #5B046D
RGB
CMYK
RGB Variations
Color information
#5B046D (or 0x5B046D) is known color: Indigo. HEX triplet: 5B, 04 and 6D. RGB value is (91,4,109). Sum of RGB (Red+Green+Blue) = 91+4+109=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B046D is #A4FB92. Grayscale: #292929. Windows color (decimal): -10812307 or 7144539. OLE color: 7144539.
HSL color Cylindrical-coordinate representation of color #5B046D: hue angle of 289.71º 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 #5B046D is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 4 | 109 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.57 |
| HSL | 289.71º | 0.93% | 0.22% | - |
| HSV(B) | 289.71º | 0.96% | 0.43% | - |
| XYZ | 7.12 | 3.42 | 14.75 | - |
| YUV | 41.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 109 | 0.17 | 0.96 | 0 | 0.57 | 289.71 | 0.93 | 0.22 |
| Hex | 5B | 4 | 6D | 11 | 60 | 0 | 39 | 122 | 5D | 16 |
| Octal | 133 | 4 | 155 | 21 | 140 | 0 | 71 | 442 | 135 | 26 |
| Binary | 1011011 | 100 | 1101101 | 10001 | 1100000 | 0 | 111001 | 100100010 | 1011101 | 10110 |
Color Harmonies of #5B046D
Complementary color
Monochromatic Colors of #5B046D
Black with #5B046D
Text Example
Text Example
White with #5B046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B046D; }
p { color: rgb(91,4,109); }
H1.HeaderClassName
{
color: #5B046D;
}
.AnyTagClassName
{
color: #5B046D;
}
</style>
background-color css
<style>
a { background-color: #5B046D; }
a { background-color: rgb(91,4,109); }
div.DivClassName
{
background-color: #5B046D;
}
.BgClassName
{
background-color: #5B046D;
}
</style>
border-color css
<style>
span { border-color: #5B046D; }
span { border-color: rgb(91,4,109); }
td.TdClassName
{
border-color: #5B046D;
}
.TagClassName
{
border-color: #5B046D;
}
</style>