Shades of Indigo #5B077E
Tints of Indigo #5B077E
RGB
CMYK
RGB Variations
Color information
#5B077E (or 0x5B077E) is known color: Indigo. HEX triplet: 5B, 07 and 7E. RGB value is (91,7,126). Sum of RGB (Red+Green+Blue) = 91+7+126=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B077E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B077E is #A4F881. Grayscale: #2D2D2D. Windows color (decimal): -10811522 or 8259419. OLE color: 8259419.
HSL color Cylindrical-coordinate representation of color #5B077E: hue angle of 282.35º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B077E is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 7 | 126 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.51 |
| HSL | 282.35º | 0.89% | 0.26% | - |
| HSV(B) | 282.35º | 0.94% | 0.49% | - |
| XYZ | 8.16 | 3.88 | 20.06 | - |
| YUV | 45.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 126 | 0.28 | 0.94 | 0 | 0.51 | 282.35 | 0.89 | 0.26 |
| Hex | 5B | 7 | 7E | 1C | 5E | 0 | 33 | 11A | 59 | 1A |
| Octal | 133 | 7 | 176 | 34 | 136 | 0 | 63 | 432 | 131 | 32 |
| Binary | 1011011 | 111 | 1111110 | 11100 | 1011110 | 0 | 110011 | 100011010 | 1011001 | 11010 |
Color Harmonies of #5B077E
Complementary color
Monochromatic Colors of #5B077E
Black with #5B077E
Text Example
Text Example
White with #5B077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B077E; }
p { color: rgb(91,7,126); }
H1.HeaderClassName
{
color: #5B077E;
}
.AnyTagClassName
{
color: #5B077E;
}
</style>
background-color css
<style>
a { background-color: #5B077E; }
a { background-color: rgb(91,7,126); }
div.DivClassName
{
background-color: #5B077E;
}
.BgClassName
{
background-color: #5B077E;
}
</style>
border-color css
<style>
span { border-color: #5B077E; }
span { border-color: rgb(91,7,126); }
td.TdClassName
{
border-color: #5B077E;
}
.TagClassName
{
border-color: #5B077E;
}
</style>