Shades of Indigo #5B007C
Tints of Indigo #5B007C
RGB
CMYK
RGB Variations
Color information
#5B007C (or 0x5B007C) is known color: Indigo. HEX triplet: 5B, 00 and 7C. RGB value is (91,0,124). Sum of RGB (Red+Green+Blue) = 91+0+124=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B007C is #A4FF83. Grayscale: #282828. Windows color (decimal): -10813316 or 8126555. OLE color: 8126555.
HSL color Cylindrical-coordinate representation of color #5B007C: hue angle of 284.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B007C is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 0 | 124 | - |
| CMYK | 0.27 | 1 | 0 | 0.51 |
| HSL | 284.03º | 1% | 0.24% | - |
| HSV(B) | 284.03º | 1% | 0.49% | - |
| XYZ | 7.95 | 3.68 | 19.36 | - |
| YUV | 41.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 124 | 0.27 | 1 | 0 | 0.51 | 284.03 | 1 | 0.24 |
| Hex | 5B | 0 | 7C | 1B | 64 | 0 | 33 | 11C | 64 | 18 |
| Octal | 133 | 0 | 174 | 33 | 144 | 0 | 63 | 434 | 144 | 30 |
| Binary | 1011011 | 0 | 1111100 | 11011 | 1100100 | 0 | 110011 | 100011100 | 1100100 | 11000 |
Color Harmonies of #5B007C
Complementary color
Monochromatic Colors of #5B007C
Black with #5B007C
Text Example
Text Example
White with #5B007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B007C; }
p { color: rgb(91,0,124); }
H1.HeaderClassName
{
color: #5B007C;
}
.AnyTagClassName
{
color: #5B007C;
}
</style>
background-color css
<style>
a { background-color: #5B007C; }
a { background-color: rgb(91,0,124); }
div.DivClassName
{
background-color: #5B007C;
}
.BgClassName
{
background-color: #5B007C;
}
</style>
border-color css
<style>
span { border-color: #5B007C; }
span { border-color: rgb(91,0,124); }
td.TdClassName
{
border-color: #5B007C;
}
.TagClassName
{
border-color: #5B007C;
}
</style>