Shades of Indigo #5B008A
Tints of Indigo #5B008A
RGB
CMYK
RGB Variations
Color information
#5B008A (or 0x5B008A) is known color: Indigo. HEX triplet: 5B, 00 and 8A. RGB value is (91,0,138). Sum of RGB (Red+Green+Blue) = 91+0+138=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B008A is #A4FF75. Grayscale: #2A2A2A. Windows color (decimal): -10813302 or 9044059. OLE color: 9044059.
HSL color Cylindrical-coordinate representation of color #5B008A: hue angle of 279.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B008A is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 0 | 138 | - |
| CMYK | 0.34 | 1 | 0 | 0.46 |
| HSL | 279.57º | 1% | 0.27% | - |
| HSV(B) | 279.57º | 1% | 0.54% | - |
| XYZ | 8.9 | 4.06 | 24.36 | - |
| YUV | 42.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 138 | 0.34 | 1 | 0 | 0.46 | 279.57 | 1 | 0.27 |
| Hex | 5B | 0 | 8A | 22 | 64 | 0 | 2E | 118 | 64 | 1B |
| Octal | 133 | 0 | 212 | 42 | 144 | 0 | 56 | 430 | 144 | 33 |
| Binary | 1011011 | 0 | 10001010 | 100010 | 1100100 | 0 | 101110 | 100011000 | 1100100 | 11011 |
Color Harmonies of #5B008A
Complementary color
Monochromatic Colors of #5B008A
Black with #5B008A
Text Example
Text Example
White with #5B008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B008A; }
p { color: rgb(91,0,138); }
H1.HeaderClassName
{
color: #5B008A;
}
.AnyTagClassName
{
color: #5B008A;
}
</style>
background-color css
<style>
a { background-color: #5B008A; }
a { background-color: rgb(91,0,138); }
div.DivClassName
{
background-color: #5B008A;
}
.BgClassName
{
background-color: #5B008A;
}
</style>
border-color css
<style>
span { border-color: #5B008A; }
span { border-color: rgb(91,0,138); }
td.TdClassName
{
border-color: #5B008A;
}
.TagClassName
{
border-color: #5B008A;
}
</style>