Shades of Indigo #5B0190
Tints of Indigo #5B0190
RGB
CMYK
RGB Variations
Color information
#5B0190 (or 0x5B0190) is known color: Indigo. HEX triplet: 5B, 01 and 90. RGB value is (91,1,144). Sum of RGB (Red+Green+Blue) = 91+1+144=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B0190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0190 is #A4FE6F. Grayscale: #2B2B2B. Windows color (decimal): -10813040 or 9437531. OLE color: 9437531.
HSL color Cylindrical-coordinate representation of color #5B0190: hue angle of 277.76º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0190 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 1 | 144 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.44 |
| HSL | 277.76º | 0.99% | 0.28% | - |
| HSV(B) | 277.76º | 0.99% | 0.56% | - |
| XYZ | 9.36 | 4.26 | 26.71 | - |
| YUV | 44.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 144 | 0.37 | 0.99 | 0 | 0.44 | 277.76 | 0.99 | 0.28 |
| Hex | 5B | 1 | 90 | 25 | 63 | 0 | 2C | 116 | 63 | 1C |
| Octal | 133 | 1 | 220 | 45 | 143 | 0 | 54 | 426 | 143 | 34 |
| Binary | 1011011 | 1 | 10010000 | 100101 | 1100011 | 0 | 101100 | 100010110 | 1100011 | 11100 |
Color Harmonies of #5B0190
Complementary color
Monochromatic Colors of #5B0190
Black with #5B0190
Text Example
Text Example
White with #5B0190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0190; }
p { color: rgb(91,1,144); }
H1.HeaderClassName
{
color: #5B0190;
}
.AnyTagClassName
{
color: #5B0190;
}
</style>
background-color css
<style>
a { background-color: #5B0190; }
a { background-color: rgb(91,1,144); }
div.DivClassName
{
background-color: #5B0190;
}
.BgClassName
{
background-color: #5B0190;
}
</style>
border-color css
<style>
span { border-color: #5B0190; }
span { border-color: rgb(91,1,144); }
td.TdClassName
{
border-color: #5B0190;
}
.TagClassName
{
border-color: #5B0190;
}
</style>