Shades of Indigo #5B017E
Tints of Indigo #5B017E
RGB
CMYK
RGB Variations
Color information
#5B017E (or 0x5B017E) is known color: Indigo. HEX triplet: 5B, 01 and 7E. RGB value is (91,1,126). Sum of RGB (Red+Green+Blue) = 91+1+126=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B017E is #A4FE81. Grayscale: #292929. Windows color (decimal): -10813058 or 8257883. OLE color: 8257883.
HSL color Cylindrical-coordinate representation of color #5B017E: hue angle of 283.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B017E is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 1 | 126 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.51 |
| HSL | 283.2º | 0.98% | 0.25% | - |
| HSV(B) | 283.2º | 0.99% | 0.49% | - |
| XYZ | 8.09 | 3.75 | 20.04 | - |
| YUV | 42.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 126 | 0.28 | 0.99 | 0 | 0.51 | 283.2 | 0.98 | 0.25 |
| Hex | 5B | 1 | 7E | 1C | 63 | 0 | 33 | 11B | 62 | 19 |
| Octal | 133 | 1 | 176 | 34 | 143 | 0 | 63 | 433 | 142 | 31 |
| Binary | 1011011 | 1 | 1111110 | 11100 | 1100011 | 0 | 110011 | 100011011 | 1100010 | 11001 |
Color Harmonies of #5B017E
Complementary color
Monochromatic Colors of #5B017E
Black with #5B017E
Text Example
Text Example
White with #5B017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B017E; }
p { color: rgb(91,1,126); }
H1.HeaderClassName
{
color: #5B017E;
}
.AnyTagClassName
{
color: #5B017E;
}
</style>
background-color css
<style>
a { background-color: #5B017E; }
a { background-color: rgb(91,1,126); }
div.DivClassName
{
background-color: #5B017E;
}
.BgClassName
{
background-color: #5B017E;
}
</style>
border-color css
<style>
span { border-color: #5B017E; }
span { border-color: rgb(91,1,126); }
td.TdClassName
{
border-color: #5B017E;
}
.TagClassName
{
border-color: #5B017E;
}
</style>