Shades of Indigo #5B028D
Tints of Indigo #5B028D
RGB
CMYK
RGB Variations
Color information
#5B028D (or 0x5B028D) is known color: Indigo. HEX triplet: 5B, 02 and 8D. RGB value is (91,2,141). Sum of RGB (Red+Green+Blue) = 91+2+141=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B028D is #A4FD72. Grayscale: #2B2B2B. Windows color (decimal): -10812787 or 9241179. OLE color: 9241179.
HSL color Cylindrical-coordinate representation of color #5B028D: hue angle of 278.42º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B028D is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 2 | 141 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.45 |
| HSL | 278.42º | 0.97% | 0.28% | - |
| HSV(B) | 278.42º | 0.99% | 0.55% | - |
| XYZ | 9.14 | 4.19 | 25.53 | - |
| YUV | 44.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 141 | 0.35 | 0.99 | 0 | 0.45 | 278.42 | 0.97 | 0.28 |
| Hex | 5B | 2 | 8D | 23 | 63 | 0 | 2D | 116 | 61 | 1C |
| Octal | 133 | 2 | 215 | 43 | 143 | 0 | 55 | 426 | 141 | 34 |
| Binary | 1011011 | 10 | 10001101 | 100011 | 1100011 | 0 | 101101 | 100010110 | 1100001 | 11100 |
Color Harmonies of #5B028D
Complementary color
Monochromatic Colors of #5B028D
Black with #5B028D
Text Example
Text Example
White with #5B028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B028D; }
p { color: rgb(91,2,141); }
H1.HeaderClassName
{
color: #5B028D;
}
.AnyTagClassName
{
color: #5B028D;
}
</style>
background-color css
<style>
a { background-color: #5B028D; }
a { background-color: rgb(91,2,141); }
div.DivClassName
{
background-color: #5B028D;
}
.BgClassName
{
background-color: #5B028D;
}
</style>
border-color css
<style>
span { border-color: #5B028D; }
span { border-color: rgb(91,2,141); }
td.TdClassName
{
border-color: #5B028D;
}
.TagClassName
{
border-color: #5B028D;
}
</style>