Shades of Indigo #5B048B
Tints of Indigo #5B048B
RGB
CMYK
RGB Variations
Color information
#5B048B (or 0x5B048B) is known color: Indigo. HEX triplet: 5B, 04 and 8B. RGB value is (91,4,139). Sum of RGB (Red+Green+Blue) = 91+4+139=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B048B is #A4FB74. Grayscale: #2C2C2C. Windows color (decimal): -10812277 or 9110619. OLE color: 9110619.
HSL color Cylindrical-coordinate representation of color #5B048B: hue angle of 278.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B048B is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 4 | 139 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.45 |
| HSL | 278.67º | 0.94% | 0.28% | - |
| HSV(B) | 278.67º | 0.97% | 0.55% | - |
| XYZ | 9.02 | 4.18 | 24.76 | - |
| YUV | 45.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 139 | 0.35 | 0.97 | 0 | 0.45 | 278.67 | 0.94 | 0.28 |
| Hex | 5B | 4 | 8B | 23 | 61 | 0 | 2D | 117 | 5E | 1C |
| Octal | 133 | 4 | 213 | 43 | 141 | 0 | 55 | 427 | 136 | 34 |
| Binary | 1011011 | 100 | 10001011 | 100011 | 1100001 | 0 | 101101 | 100010111 | 1011110 | 11100 |
Color Harmonies of #5B048B
Complementary color
Monochromatic Colors of #5B048B
Black with #5B048B
Text Example
Text Example
White with #5B048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B048B; }
p { color: rgb(91,4,139); }
H1.HeaderClassName
{
color: #5B048B;
}
.AnyTagClassName
{
color: #5B048B;
}
</style>
background-color css
<style>
a { background-color: #5B048B; }
a { background-color: rgb(91,4,139); }
div.DivClassName
{
background-color: #5B048B;
}
.BgClassName
{
background-color: #5B048B;
}
</style>
border-color css
<style>
span { border-color: #5B048B; }
span { border-color: rgb(91,4,139); }
td.TdClassName
{
border-color: #5B048B;
}
.TagClassName
{
border-color: #5B048B;
}
</style>