Shades of Indigo #5B029B
Tints of Indigo #5B029B
RGB
CMYK
RGB Variations
Color information
#5B029B (or 0x5B029B) is known color: Indigo. HEX triplet: 5B, 02 and 9B. RGB value is (91,2,155). Sum of RGB (Red+Green+Blue) = 91+2+155=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B029B is #A4FD64. Grayscale: #2D2D2D. Windows color (decimal): -10812773 or 10158683. OLE color: 10158683.
HSL color Cylindrical-coordinate representation of color #5B029B: hue angle of 274.9º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B029B is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 2 | 155 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.39 |
| HSL | 274.9º | 0.97% | 0.31% | - |
| HSV(B) | 274.9º | 0.99% | 0.61% | - |
| XYZ | 10.25 | 4.63 | 31.36 | - |
| YUV | 46.05 | 189.49 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 155 | 0.41 | 0.99 | 0 | 0.39 | 274.9 | 0.97 | 0.31 |
| Hex | 5B | 2 | 9B | 29 | 63 | 0 | 27 | 113 | 61 | 1F |
| Octal | 133 | 2 | 233 | 51 | 143 | 0 | 47 | 423 | 141 | 37 |
| Binary | 1011011 | 10 | 10011011 | 101001 | 1100011 | 0 | 100111 | 100010011 | 1100001 | 11111 |
Color Harmonies of #5B029B
Complementary color
Monochromatic Colors of #5B029B
Black with #5B029B
Text Example
Text Example
White with #5B029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B029B; }
p { color: rgb(91,2,155); }
H1.HeaderClassName
{
color: #5B029B;
}
.AnyTagClassName
{
color: #5B029B;
}
</style>
background-color css
<style>
a { background-color: #5B029B; }
a { background-color: rgb(91,2,155); }
div.DivClassName
{
background-color: #5B029B;
}
.BgClassName
{
background-color: #5B029B;
}
</style>
border-color css
<style>
span { border-color: #5B029B; }
span { border-color: rgb(91,2,155); }
td.TdClassName
{
border-color: #5B029B;
}
.TagClassName
{
border-color: #5B029B;
}
</style>