Shades of Indigo #5B0897
Tints of Indigo #5B0897
RGB
CMYK
RGB Variations
Color information
#5B0897 (or 0x5B0897) is known color: Indigo. HEX triplet: 5B, 08 and 97. RGB value is (91,8,151). Sum of RGB (Red+Green+Blue) = 91+8+151=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B0897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0897 is #A4F768. Grayscale: #303030. Windows color (decimal): -10811241 or 9898075. OLE color: 9898075.
HSL color Cylindrical-coordinate representation of color #5B0897: hue angle of 274.83º degrees, saturation: 0.9, 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 #5B0897 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 8 | 151 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.41 |
| HSL | 274.83º | 0.9% | 0.31% | - |
| HSV(B) | 274.83º | 0.95% | 0.59% | - |
| XYZ | 9.99 | 4.63 | 29.65 | - |
| YUV | 49.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 151 | 0.40 | 0.95 | 0 | 0.41 | 274.83 | 0.9 | 0.31 |
| Hex | 5B | 8 | 97 | 28 | 5F | 0 | 29 | 113 | 5A | 1F |
| Octal | 133 | 10 | 227 | 50 | 137 | 0 | 51 | 423 | 132 | 37 |
| Binary | 1011011 | 1000 | 10010111 | 101000 | 1011111 | 0 | 101001 | 100010011 | 1011010 | 11111 |
Color Harmonies of #5B0897
Complementary color
Monochromatic Colors of #5B0897
Black with #5B0897
Text Example
Text Example
White with #5B0897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0897; }
p { color: rgb(91,8,151); }
H1.HeaderClassName
{
color: #5B0897;
}
.AnyTagClassName
{
color: #5B0897;
}
</style>
background-color css
<style>
a { background-color: #5B0897; }
a { background-color: rgb(91,8,151); }
div.DivClassName
{
background-color: #5B0897;
}
.BgClassName
{
background-color: #5B0897;
}
</style>
border-color css
<style>
span { border-color: #5B0897; }
span { border-color: rgb(91,8,151); }
td.TdClassName
{
border-color: #5B0897;
}
.TagClassName
{
border-color: #5B0897;
}
</style>