Shades of Indigo #5B019E
Tints of Indigo #5B019E
RGB
CMYK
RGB Variations
Color information
#5B019E (or 0x5B019E) is known color: Indigo. HEX triplet: 5B, 01 and 9E. RGB value is (91,1,158). Sum of RGB (Red+Green+Blue) = 91+1+158=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B019E is #A4FE61. Grayscale: #2D2D2D. Windows color (decimal): -10813026 or 10355035. OLE color: 10355035.
HSL color Cylindrical-coordinate representation of color #5B019E: hue angle of 274.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B019E is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 1 | 158 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.38 |
| HSL | 274.39º | 0.99% | 0.31% | - |
| HSV(B) | 274.39º | 0.99% | 0.62% | - |
| XYZ | 10.5 | 4.71 | 32.7 | - |
| YUV | 45.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 158 | 0.42 | 0.99 | 0 | 0.38 | 274.39 | 0.99 | 0.31 |
| Hex | 5B | 1 | 9E | 2A | 63 | 0 | 26 | 112 | 63 | 1F |
| Octal | 133 | 1 | 236 | 52 | 143 | 0 | 46 | 422 | 143 | 37 |
| Binary | 1011011 | 1 | 10011110 | 101010 | 1100011 | 0 | 100110 | 100010010 | 1100011 | 11111 |
Color Harmonies of #5B019E
Complementary color
Monochromatic Colors of #5B019E
Black with #5B019E
Text Example
Text Example
White with #5B019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B019E; }
p { color: rgb(91,1,158); }
H1.HeaderClassName
{
color: #5B019E;
}
.AnyTagClassName
{
color: #5B019E;
}
</style>
background-color css
<style>
a { background-color: #5B019E; }
a { background-color: rgb(91,1,158); }
div.DivClassName
{
background-color: #5B019E;
}
.BgClassName
{
background-color: #5B019E;
}
</style>
border-color css
<style>
span { border-color: #5B019E; }
span { border-color: rgb(91,1,158); }
td.TdClassName
{
border-color: #5B019E;
}
.TagClassName
{
border-color: #5B019E;
}
</style>