Shades of Indigo #5B0992
Tints of Indigo #5B0992
RGB
CMYK
RGB Variations
Color information
#5B0992 (or 0x5B0992) is known color: Indigo. HEX triplet: 5B, 09 and 92. RGB value is (91,9,146). Sum of RGB (Red+Green+Blue) = 91+9+146=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0992 is #A4F66D. Grayscale: #303030. Windows color (decimal): -10810990 or 9570651. OLE color: 9570651.
HSL color Cylindrical-coordinate representation of color #5B0992: hue angle of 275.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0992 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 9 | 146 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.43 |
| HSL | 275.91º | 0.88% | 0.3% | - |
| HSV(B) | 275.91º | 0.94% | 0.57% | - |
| XYZ | 9.6 | 4.49 | 27.56 | - |
| YUV | 49.14 | 182.67 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 146 | 0.38 | 0.94 | 0 | 0.43 | 275.91 | 0.88 | 0.3 |
| Hex | 5B | 9 | 92 | 26 | 5E | 0 | 2B | 114 | 58 | 1E |
| Octal | 133 | 11 | 222 | 46 | 136 | 0 | 53 | 424 | 130 | 36 |
| Binary | 1011011 | 1001 | 10010010 | 100110 | 1011110 | 0 | 101011 | 100010100 | 1011000 | 11110 |
Color Harmonies of #5B0992
Complementary color
Monochromatic Colors of #5B0992
Black with #5B0992
Text Example
Text Example
White with #5B0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0992; }
p { color: rgb(91,9,146); }
H1.HeaderClassName
{
color: #5B0992;
}
.AnyTagClassName
{
color: #5B0992;
}
</style>
background-color css
<style>
a { background-color: #5B0992; }
a { background-color: rgb(91,9,146); }
div.DivClassName
{
background-color: #5B0992;
}
.BgClassName
{
background-color: #5B0992;
}
</style>
border-color css
<style>
span { border-color: #5B0992; }
span { border-color: rgb(91,9,146); }
td.TdClassName
{
border-color: #5B0992;
}
.TagClassName
{
border-color: #5B0992;
}
</style>