Shades of Indigo #5B097C
Tints of Indigo #5B097C
RGB
CMYK
RGB Variations
Color information
#5B097C (or 0x5B097C) is known color: Indigo. HEX triplet: 5B, 09 and 7C. RGB value is (91,9,124). Sum of RGB (Red+Green+Blue) = 91+9+124=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B097C is #A4F683. Grayscale: #2E2E2E. Windows color (decimal): -10811012 or 8128859. OLE color: 8128859.
HSL color Cylindrical-coordinate representation of color #5B097C: hue angle of 282.78º degrees, saturation: 0.86, 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 #5B097C is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 9 | 124 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.51 |
| HSL | 282.78º | 0.86% | 0.26% | - |
| HSV(B) | 282.78º | 0.93% | 0.49% | - |
| XYZ | 8.05 | 3.87 | 19.39 | - |
| YUV | 46.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 124 | 0.27 | 0.93 | 0 | 0.51 | 282.78 | 0.86 | 0.26 |
| Hex | 5B | 9 | 7C | 1B | 5D | 0 | 33 | 11B | 56 | 1A |
| Octal | 133 | 11 | 174 | 33 | 135 | 0 | 63 | 433 | 126 | 32 |
| Binary | 1011011 | 1001 | 1111100 | 11011 | 1011101 | 0 | 110011 | 100011011 | 1010110 | 11010 |
Color Harmonies of #5B097C
Complementary color
Monochromatic Colors of #5B097C
Black with #5B097C
Text Example
Text Example
White with #5B097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B097C; }
p { color: rgb(91,9,124); }
H1.HeaderClassName
{
color: #5B097C;
}
.AnyTagClassName
{
color: #5B097C;
}
</style>
background-color css
<style>
a { background-color: #5B097C; }
a { background-color: rgb(91,9,124); }
div.DivClassName
{
background-color: #5B097C;
}
.BgClassName
{
background-color: #5B097C;
}
</style>
border-color css
<style>
span { border-color: #5B097C; }
span { border-color: rgb(91,9,124); }
td.TdClassName
{
border-color: #5B097C;
}
.TagClassName
{
border-color: #5B097C;
}
</style>