Shades of Indigo #5B127F
Tints of Indigo #5B127F
RGB
CMYK
RGB Variations
Color information
#5B127F (or 0x5B127F) is known color: Indigo. HEX triplet: 5B, 12 and 7F. RGB value is (91,18,127). Sum of RGB (Red+Green+Blue) = 91+18+127=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B127F is #A4ED80. Grayscale: #333333. Windows color (decimal): -10808705 or 8327771. OLE color: 8327771.
HSL color Cylindrical-coordinate representation of color #5B127F: hue angle of 280.18º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B127F is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 18 | 127 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.50 |
| HSL | 280.18º | 0.75% | 0.28% | - |
| HSV(B) | 280.18º | 0.86% | 0.5% | - |
| XYZ | 8.36 | 4.19 | 20.45 | - |
| YUV | 52.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 127 | 0.28 | 0.86 | 0 | 0.50 | 280.18 | 0.75 | 0.28 |
| Hex | 5B | 12 | 7F | 1C | 56 | 0 | 32 | 118 | 4B | 1C |
| Octal | 133 | 22 | 177 | 34 | 126 | 0 | 62 | 430 | 113 | 34 |
| Binary | 1011011 | 10010 | 1111111 | 11100 | 1010110 | 0 | 110010 | 100011000 | 1001011 | 11100 |
Color Harmonies of #5B127F
Complementary color
Monochromatic Colors of #5B127F
Black with #5B127F
Text Example
Text Example
White with #5B127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B127F; }
p { color: rgb(91,18,127); }
H1.HeaderClassName
{
color: #5B127F;
}
.AnyTagClassName
{
color: #5B127F;
}
</style>
background-color css
<style>
a { background-color: #5B127F; }
a { background-color: rgb(91,18,127); }
div.DivClassName
{
background-color: #5B127F;
}
.BgClassName
{
background-color: #5B127F;
}
</style>
border-color css
<style>
span { border-color: #5B127F; }
span { border-color: rgb(91,18,127); }
td.TdClassName
{
border-color: #5B127F;
}
.TagClassName
{
border-color: #5B127F;
}
</style>