Shades of Indigo #5B026C
Tints of Indigo #5B026C
RGB
CMYK
RGB Variations
Color information
#5B026C (or 0x5B026C) is known color: Indigo. HEX triplet: 5B, 02 and 6C. RGB value is (91,2,108). Sum of RGB (Red+Green+Blue) = 91+2+108=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B026C is #A4FD93. Grayscale: #282828. Windows color (decimal): -10812820 or 7078491. OLE color: 7078491.
HSL color Cylindrical-coordinate representation of color #5B026C: hue angle of 290.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B026C is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 2 | 108 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.58 |
| HSL | 290.38º | 0.96% | 0.22% | - |
| HSV(B) | 290.38º | 0.98% | 0.42% | - |
| XYZ | 7.04 | 3.35 | 14.46 | - |
| YUV | 40.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 108 | 0.16 | 0.98 | 0 | 0.58 | 290.38 | 0.96 | 0.22 |
| Hex | 5B | 2 | 6C | 10 | 62 | 0 | 3A | 122 | 60 | 16 |
| Octal | 133 | 2 | 154 | 20 | 142 | 0 | 72 | 442 | 140 | 26 |
| Binary | 1011011 | 10 | 1101100 | 10000 | 1100010 | 0 | 111010 | 100100010 | 1100000 | 10110 |
Color Harmonies of #5B026C
Complementary color
Monochromatic Colors of #5B026C
Black with #5B026C
Text Example
Text Example
White with #5B026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B026C; }
p { color: rgb(91,2,108); }
H1.HeaderClassName
{
color: #5B026C;
}
.AnyTagClassName
{
color: #5B026C;
}
</style>
background-color css
<style>
a { background-color: #5B026C; }
a { background-color: rgb(91,2,108); }
div.DivClassName
{
background-color: #5B026C;
}
.BgClassName
{
background-color: #5B026C;
}
</style>
border-color css
<style>
span { border-color: #5B026C; }
span { border-color: rgb(91,2,108); }
td.TdClassName
{
border-color: #5B026C;
}
.TagClassName
{
border-color: #5B026C;
}
</style>