Shades of Indigo #5B139A
Tints of Indigo #5B139A
RGB
CMYK
RGB Variations
Color information
#5B139A (or 0x5B139A) is known color: Indigo. HEX triplet: 5B, 13 and 9A. RGB value is (91,19,154). Sum of RGB (Red+Green+Blue) = 91+19+154=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B139A is #A4EC65. Grayscale: #373737. Windows color (decimal): -10808422 or 10097499. OLE color: 10097499.
HSL color Cylindrical-coordinate representation of color #5B139A: hue angle of 272º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B139A is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 19 | 154 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.40 |
| HSL | 272º | 0.78% | 0.34% | - |
| HSV(B) | 272º | 0.88% | 0.6% | - |
| XYZ | 10.38 | 5.02 | 30.99 | - |
| YUV | 55.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 154 | 0.41 | 0.88 | 0 | 0.40 | 272 | 0.78 | 0.34 |
| Hex | 5B | 13 | 9A | 29 | 58 | 0 | 28 | 110 | 4E | 22 |
| Octal | 133 | 23 | 232 | 51 | 130 | 0 | 50 | 420 | 116 | 42 |
| Binary | 1011011 | 10011 | 10011010 | 101001 | 1011000 | 0 | 101000 | 100010000 | 1001110 | 100010 |
Color Harmonies of #5B139A
Complementary color
Monochromatic Colors of #5B139A
Black with #5B139A
Text Example
Text Example
White with #5B139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B139A; }
p { color: rgb(91,19,154); }
H1.HeaderClassName
{
color: #5B139A;
}
.AnyTagClassName
{
color: #5B139A;
}
</style>
background-color css
<style>
a { background-color: #5B139A; }
a { background-color: rgb(91,19,154); }
div.DivClassName
{
background-color: #5B139A;
}
.BgClassName
{
background-color: #5B139A;
}
</style>
border-color css
<style>
span { border-color: #5B139A; }
span { border-color: rgb(91,19,154); }
td.TdClassName
{
border-color: #5B139A;
}
.TagClassName
{
border-color: #5B139A;
}
</style>