Shades of Indigo #5B097D
Tints of Indigo #5B097D
RGB
CMYK
RGB Variations
Color information
#5B097D (or 0x5B097D) is known color: Indigo. HEX triplet: 5B, 09 and 7D. RGB value is (91,9,125). Sum of RGB (Red+Green+Blue) = 91+9+125=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B097D is #A4F682. Grayscale: #2E2E2E. Windows color (decimal): -10811011 or 8194395. OLE color: 8194395.
HSL color Cylindrical-coordinate representation of color #5B097D: hue angle of 282.41º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B097D is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 9 | 125 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.51 |
| HSL | 282.41º | 0.87% | 0.26% | - |
| HSV(B) | 282.41º | 0.93% | 0.49% | - |
| XYZ | 8.11 | 3.9 | 19.73 | - |
| YUV | 46.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 125 | 0.27 | 0.93 | 0 | 0.51 | 282.41 | 0.87 | 0.26 |
| Hex | 5B | 9 | 7D | 1B | 5D | 0 | 33 | 11A | 57 | 1A |
| Octal | 133 | 11 | 175 | 33 | 135 | 0 | 63 | 432 | 127 | 32 |
| Binary | 1011011 | 1001 | 1111101 | 11011 | 1011101 | 0 | 110011 | 100011010 | 1010111 | 11010 |
Color Harmonies of #5B097D
Complementary color
Monochromatic Colors of #5B097D
Black with #5B097D
Text Example
Text Example
White with #5B097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B097D; }
p { color: rgb(91,9,125); }
H1.HeaderClassName
{
color: #5B097D;
}
.AnyTagClassName
{
color: #5B097D;
}
</style>
background-color css
<style>
a { background-color: #5B097D; }
a { background-color: rgb(91,9,125); }
div.DivClassName
{
background-color: #5B097D;
}
.BgClassName
{
background-color: #5B097D;
}
</style>
border-color css
<style>
span { border-color: #5B097D; }
span { border-color: rgb(91,9,125); }
td.TdClassName
{
border-color: #5B097D;
}
.TagClassName
{
border-color: #5B097D;
}
</style>