Shades of Indigo #5B047F
Tints of Indigo #5B047F
RGB
CMYK
RGB Variations
Color information
#5B047F (or 0x5B047F) is known color: Indigo. HEX triplet: 5B, 04 and 7F. RGB value is (91,4,127). Sum of RGB (Red+Green+Blue) = 91+4+127=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B047F is #A4FB80. Grayscale: #2B2B2B. Windows color (decimal): -10812289 or 8324187. OLE color: 8324187.
HSL color Cylindrical-coordinate representation of color #5B047F: hue angle of 282.44º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B047F is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 4 | 127 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.50 |
| HSL | 282.44º | 0.94% | 0.26% | - |
| HSV(B) | 282.44º | 0.97% | 0.5% | - |
| XYZ | 8.19 | 3.84 | 20.39 | - |
| YUV | 44.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 127 | 0.28 | 0.97 | 0 | 0.50 | 282.44 | 0.94 | 0.26 |
| Hex | 5B | 4 | 7F | 1C | 61 | 0 | 32 | 11A | 5E | 1A |
| Octal | 133 | 4 | 177 | 34 | 141 | 0 | 62 | 432 | 136 | 32 |
| Binary | 1011011 | 100 | 1111111 | 11100 | 1100001 | 0 | 110010 | 100011010 | 1011110 | 11010 |
Color Harmonies of #5B047F
Complementary color
Monochromatic Colors of #5B047F
Black with #5B047F
Text Example
Text Example
White with #5B047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B047F; }
p { color: rgb(91,4,127); }
H1.HeaderClassName
{
color: #5B047F;
}
.AnyTagClassName
{
color: #5B047F;
}
</style>
background-color css
<style>
a { background-color: #5B047F; }
a { background-color: rgb(91,4,127); }
div.DivClassName
{
background-color: #5B047F;
}
.BgClassName
{
background-color: #5B047F;
}
</style>
border-color css
<style>
span { border-color: #5B047F; }
span { border-color: rgb(91,4,127); }
td.TdClassName
{
border-color: #5B047F;
}
.TagClassName
{
border-color: #5B047F;
}
</style>