Shades of Indigo #5B0B8B
Tints of Indigo #5B0B8B
RGB
CMYK
RGB Variations
Color information
#5B0B8B (or 0x5B0B8B) is known color: Indigo. HEX triplet: 5B, 0B and 8B. RGB value is (91,11,139). Sum of RGB (Red+Green+Blue) = 91+11+139=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B0B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0B8B is #A4F474. Grayscale: #313131. Windows color (decimal): -10810485 or 9112411. OLE color: 9112411.
HSL color Cylindrical-coordinate representation of color #5B0B8B: hue angle of 277.5º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0B8B is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 11 | 139 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.45 |
| HSL | 277.5º | 0.85% | 0.29% | - |
| HSV(B) | 277.5º | 0.92% | 0.55% | - |
| XYZ | 9.09 | 4.33 | 24.78 | - |
| YUV | 49.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 139 | 0.35 | 0.92 | 0 | 0.45 | 277.5 | 0.85 | 0.29 |
| Hex | 5B | B | 8B | 23 | 5C | 0 | 2D | 116 | 55 | 1D |
| Octal | 133 | 13 | 213 | 43 | 134 | 0 | 55 | 426 | 125 | 35 |
| Binary | 1011011 | 1011 | 10001011 | 100011 | 1011100 | 0 | 101101 | 100010110 | 1010101 | 11101 |
Color Harmonies of #5B0B8B
Complementary color
Monochromatic Colors of #5B0B8B
Black with #5B0B8B
Text Example
Text Example
White with #5B0B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0B8B; }
p { color: rgb(91,11,139); }
H1.HeaderClassName
{
color: #5B0B8B;
}
.AnyTagClassName
{
color: #5B0B8B;
}
</style>
background-color css
<style>
a { background-color: #5B0B8B; }
a { background-color: rgb(91,11,139); }
div.DivClassName
{
background-color: #5B0B8B;
}
.BgClassName
{
background-color: #5B0B8B;
}
</style>
border-color css
<style>
span { border-color: #5B0B8B; }
span { border-color: rgb(91,11,139); }
td.TdClassName
{
border-color: #5B0B8B;
}
.TagClassName
{
border-color: #5B0B8B;
}
</style>