Shades of Indigo #5B138C
Tints of Indigo #5B138C
RGB
CMYK
RGB Variations
Color information
#5B138C (or 0x5B138C) is known color: Indigo. HEX triplet: 5B, 13 and 8C. RGB value is (91,19,140). Sum of RGB (Red+Green+Blue) = 91+19+140=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B138C is #A4EC73. Grayscale: #353535. Windows color (decimal): -10808436 or 9179995. OLE color: 9179995.
HSL color Cylindrical-coordinate representation of color #5B138C: hue angle of 275.7º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B138C is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 19 | 140 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.45 |
| HSL | 275.7º | 0.76% | 0.31% | - |
| HSV(B) | 275.7º | 0.86% | 0.55% | - |
| XYZ | 9.28 | 4.58 | 25.21 | - |
| YUV | 54.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 140 | 0.35 | 0.86 | 0 | 0.45 | 275.7 | 0.76 | 0.31 |
| Hex | 5B | 13 | 8C | 23 | 56 | 0 | 2D | 114 | 4C | 1F |
| Octal | 133 | 23 | 214 | 43 | 126 | 0 | 55 | 424 | 114 | 37 |
| Binary | 1011011 | 10011 | 10001100 | 100011 | 1010110 | 0 | 101101 | 100010100 | 1001100 | 11111 |
Color Harmonies of #5B138C
Complementary color
Monochromatic Colors of #5B138C
Black with #5B138C
Text Example
Text Example
White with #5B138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B138C; }
p { color: rgb(91,19,140); }
H1.HeaderClassName
{
color: #5B138C;
}
.AnyTagClassName
{
color: #5B138C;
}
</style>
background-color css
<style>
a { background-color: #5B138C; }
a { background-color: rgb(91,19,140); }
div.DivClassName
{
background-color: #5B138C;
}
.BgClassName
{
background-color: #5B138C;
}
</style>
border-color css
<style>
span { border-color: #5B138C; }
span { border-color: rgb(91,19,140); }
td.TdClassName
{
border-color: #5B138C;
}
.TagClassName
{
border-color: #5B138C;
}
</style>