Shades of Indigo #5E0B9B
Tints of Indigo #5E0B9B
RGB
CMYK
RGB Variations
Color information
#5E0B9B (or 0x5E0B9B) is known color: Indigo. HEX triplet: 5E, 0B and 9B. RGB value is (94,11,155). Sum of RGB (Red+Green+Blue) = 94+11+155=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E0B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0B9B is #A1F464. Grayscale: #333333. Windows color (decimal): -10613861 or 10160990. OLE color: 10160990.
HSL color Cylindrical-coordinate representation of color #5E0B9B: hue angle of 274.58º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0B9B is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 11 | 155 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.39 |
| HSL | 274.58º | 0.87% | 0.33% | - |
| HSV(B) | 274.58º | 0.93% | 0.61% | - |
| XYZ | 10.65 | 4.99 | 31.41 | - |
| YUV | 52.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 155 | 0.39 | 0.93 | 0 | 0.39 | 274.58 | 0.87 | 0.33 |
| Hex | 5E | B | 9B | 27 | 5D | 0 | 27 | 113 | 57 | 21 |
| Octal | 136 | 13 | 233 | 47 | 135 | 0 | 47 | 423 | 127 | 41 |
| Binary | 1011110 | 1011 | 10011011 | 100111 | 1011101 | 0 | 100111 | 100010011 | 1010111 | 100001 |
Color Harmonies of #5E0B9B
Complementary color
Monochromatic Colors of #5E0B9B
Black with #5E0B9B
Text Example
Text Example
White with #5E0B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0B9B; }
p { color: rgb(94,11,155); }
H1.HeaderClassName
{
color: #5E0B9B;
}
.AnyTagClassName
{
color: #5E0B9B;
}
</style>
background-color css
<style>
a { background-color: #5E0B9B; }
a { background-color: rgb(94,11,155); }
div.DivClassName
{
background-color: #5E0B9B;
}
.BgClassName
{
background-color: #5E0B9B;
}
</style>
border-color css
<style>
span { border-color: #5E0B9B; }
span { border-color: rgb(94,11,155); }
td.TdClassName
{
border-color: #5E0B9B;
}
.TagClassName
{
border-color: #5E0B9B;
}
</style>