Shades of Indigo #5B007B
Tints of Indigo #5B007B
RGB
CMYK
RGB Variations
Color information
#5B007B (or 0x5B007B) is known color: Indigo. HEX triplet: 5B, 00 and 7B. RGB value is (91,0,123). Sum of RGB (Red+Green+Blue) = 91+0+123=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B007B is #A4FF84. Grayscale: #282828. Windows color (decimal): -10813317 or 8061019. OLE color: 8061019.
HSL color Cylindrical-coordinate representation of color #5B007B: hue angle of 284.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B007B is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 0 | 123 | - |
| CMYK | 0.26 | 1 | 0 | 0.52 |
| HSL | 284.39º | 1% | 0.24% | - |
| HSV(B) | 284.39º | 1% | 0.48% | - |
| XYZ | 7.89 | 3.65 | 19.03 | - |
| YUV | 41.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 123 | 0.26 | 1 | 0 | 0.52 | 284.39 | 1 | 0.24 |
| Hex | 5B | 0 | 7B | 1A | 64 | 0 | 34 | 11C | 64 | 18 |
| Octal | 133 | 0 | 173 | 32 | 144 | 0 | 64 | 434 | 144 | 30 |
| Binary | 1011011 | 0 | 1111011 | 11010 | 1100100 | 0 | 110100 | 100011100 | 1100100 | 11000 |
Color Harmonies of #5B007B
Complementary color
Monochromatic Colors of #5B007B
Black with #5B007B
Text Example
Text Example
White with #5B007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B007B; }
p { color: rgb(91,0,123); }
H1.HeaderClassName
{
color: #5B007B;
}
.AnyTagClassName
{
color: #5B007B;
}
</style>
background-color css
<style>
a { background-color: #5B007B; }
a { background-color: rgb(91,0,123); }
div.DivClassName
{
background-color: #5B007B;
}
.BgClassName
{
background-color: #5B007B;
}
</style>
border-color css
<style>
span { border-color: #5B007B; }
span { border-color: rgb(91,0,123); }
td.TdClassName
{
border-color: #5B007B;
}
.TagClassName
{
border-color: #5B007B;
}
</style>