Shades of Indigo #5B0797
Tints of Indigo #5B0797
RGB
CMYK
RGB Variations
Color information
#5B0797 (or 0x5B0797) is known color: Indigo. HEX triplet: 5B, 07 and 97. RGB value is (91,7,151). Sum of RGB (Red+Green+Blue) = 91+7+151=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B0797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0797 is #A4F868. Grayscale: #303030. Windows color (decimal): -10811497 or 9897819. OLE color: 9897819.
HSL color Cylindrical-coordinate representation of color #5B0797: hue angle of 275º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0797 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 7 | 151 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.41 |
| HSL | 275º | 0.91% | 0.31% | - |
| HSV(B) | 275º | 0.95% | 0.59% | - |
| XYZ | 9.98 | 4.61 | 29.64 | - |
| YUV | 48.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 151 | 0.40 | 0.95 | 0 | 0.41 | 275 | 0.91 | 0.31 |
| Hex | 5B | 7 | 97 | 28 | 5F | 0 | 29 | 113 | 5B | 1F |
| Octal | 133 | 7 | 227 | 50 | 137 | 0 | 51 | 423 | 133 | 37 |
| Binary | 1011011 | 111 | 10010111 | 101000 | 1011111 | 0 | 101001 | 100010011 | 1011011 | 11111 |
Color Harmonies of #5B0797
Complementary color
Monochromatic Colors of #5B0797
Black with #5B0797
Text Example
Text Example
White with #5B0797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0797; }
p { color: rgb(91,7,151); }
H1.HeaderClassName
{
color: #5B0797;
}
.AnyTagClassName
{
color: #5B0797;
}
</style>
background-color css
<style>
a { background-color: #5B0797; }
a { background-color: rgb(91,7,151); }
div.DivClassName
{
background-color: #5B0797;
}
.BgClassName
{
background-color: #5B0797;
}
</style>
border-color css
<style>
span { border-color: #5B0797; }
span { border-color: rgb(91,7,151); }
td.TdClassName
{
border-color: #5B0797;
}
.TagClassName
{
border-color: #5B0797;
}
</style>