Shades of Indigo #5B017A
Tints of Indigo #5B017A
RGB
CMYK
RGB Variations
Color information
#5B017A (or 0x5B017A) is known color: Indigo. HEX triplet: 5B, 01 and 7A. RGB value is (91,1,122). Sum of RGB (Red+Green+Blue) = 91+1+122=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B017A is #A4FE85. Grayscale: #292929. Windows color (decimal): -10813062 or 7995739. OLE color: 7995739.
HSL color Cylindrical-coordinate representation of color #5B017A: hue angle of 284.63º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B017A is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 1 | 122 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.52 |
| HSL | 284.63º | 0.98% | 0.24% | - |
| HSV(B) | 284.63º | 0.99% | 0.48% | - |
| XYZ | 7.84 | 3.65 | 18.7 | - |
| YUV | 41.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 122 | 0.25 | 0.99 | 0 | 0.52 | 284.63 | 0.98 | 0.24 |
| Hex | 5B | 1 | 7A | 19 | 63 | 0 | 34 | 11D | 62 | 18 |
| Octal | 133 | 1 | 172 | 31 | 143 | 0 | 64 | 435 | 142 | 30 |
| Binary | 1011011 | 1 | 1111010 | 11001 | 1100011 | 0 | 110100 | 100011101 | 1100010 | 11000 |
Color Harmonies of #5B017A
Complementary color
Monochromatic Colors of #5B017A
Black with #5B017A
Text Example
Text Example
White with #5B017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B017A; }
p { color: rgb(91,1,122); }
H1.HeaderClassName
{
color: #5B017A;
}
.AnyTagClassName
{
color: #5B017A;
}
</style>
background-color css
<style>
a { background-color: #5B017A; }
a { background-color: rgb(91,1,122); }
div.DivClassName
{
background-color: #5B017A;
}
.BgClassName
{
background-color: #5B017A;
}
</style>
border-color css
<style>
span { border-color: #5B017A; }
span { border-color: rgb(91,1,122); }
td.TdClassName
{
border-color: #5B017A;
}
.TagClassName
{
border-color: #5B017A;
}
</style>