Shades of Indigo #5B0295
Tints of Indigo #5B0295
RGB
CMYK
RGB Variations
Color information
#5B0295 (or 0x5B0295) is known color: Indigo. HEX triplet: 5B, 02 and 95. RGB value is (91,2,149). Sum of RGB (Red+Green+Blue) = 91+2+149=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B0295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0295 is #A4FD6A. Grayscale: #2C2C2C. Windows color (decimal): -10812779 or 9765467. OLE color: 9765467.
HSL color Cylindrical-coordinate representation of color #5B0295: hue angle of 276.33º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0295 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 2 | 149 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.42 |
| HSL | 276.33º | 0.97% | 0.3% | - |
| HSV(B) | 276.33º | 0.99% | 0.58% | - |
| XYZ | 9.76 | 4.44 | 28.78 | - |
| YUV | 45.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 149 | 0.39 | 0.99 | 0 | 0.42 | 276.33 | 0.97 | 0.3 |
| Hex | 5B | 2 | 95 | 27 | 63 | 0 | 2A | 114 | 61 | 1E |
| Octal | 133 | 2 | 225 | 47 | 143 | 0 | 52 | 424 | 141 | 36 |
| Binary | 1011011 | 10 | 10010101 | 100111 | 1100011 | 0 | 101010 | 100010100 | 1100001 | 11110 |
Color Harmonies of #5B0295
Complementary color
Monochromatic Colors of #5B0295
Black with #5B0295
Text Example
Text Example
White with #5B0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0295; }
p { color: rgb(91,2,149); }
H1.HeaderClassName
{
color: #5B0295;
}
.AnyTagClassName
{
color: #5B0295;
}
</style>
background-color css
<style>
a { background-color: #5B0295; }
a { background-color: rgb(91,2,149); }
div.DivClassName
{
background-color: #5B0295;
}
.BgClassName
{
background-color: #5B0295;
}
</style>
border-color css
<style>
span { border-color: #5B0295; }
span { border-color: rgb(91,2,149); }
td.TdClassName
{
border-color: #5B0295;
}
.TagClassName
{
border-color: #5B0295;
}
</style>