Shades of Indigo #5B1281
Tints of Indigo #5B1281
RGB
CMYK
RGB Variations
Color information
#5B1281 (or 0x5B1281) is known color: Indigo. HEX triplet: 5B, 12 and 81. RGB value is (91,18,129). Sum of RGB (Red+Green+Blue) = 91+18+129=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #5B1281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1281 is #A4ED7E. Grayscale: #343434. Windows color (decimal): -10808703 or 8458843. OLE color: 8458843.
HSL color Cylindrical-coordinate representation of color #5B1281: hue angle of 279.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1281 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 18 | 129 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.49 |
| HSL | 279.46º | 0.76% | 0.29% | - |
| HSV(B) | 279.46º | 0.86% | 0.51% | - |
| XYZ | 8.49 | 4.24 | 21.14 | - |
| YUV | 52.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 129 | 0.29 | 0.86 | 0 | 0.49 | 279.46 | 0.76 | 0.29 |
| Hex | 5B | 12 | 81 | 1D | 56 | 0 | 31 | 117 | 4C | 1D |
| Octal | 133 | 22 | 201 | 35 | 126 | 0 | 61 | 427 | 114 | 35 |
| Binary | 1011011 | 10010 | 10000001 | 11101 | 1010110 | 0 | 110001 | 100010111 | 1001100 | 11101 |
Color Harmonies of #5B1281
Complementary color
Monochromatic Colors of #5B1281
Black with #5B1281
Text Example
Text Example
White with #5B1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1281; }
p { color: rgb(91,18,129); }
H1.HeaderClassName
{
color: #5B1281;
}
.AnyTagClassName
{
color: #5B1281;
}
</style>
background-color css
<style>
a { background-color: #5B1281; }
a { background-color: rgb(91,18,129); }
div.DivClassName
{
background-color: #5B1281;
}
.BgClassName
{
background-color: #5B1281;
}
</style>
border-color css
<style>
span { border-color: #5B1281; }
span { border-color: rgb(91,18,129); }
td.TdClassName
{
border-color: #5B1281;
}
.TagClassName
{
border-color: #5B1281;
}
</style>