Shades of Indigo #5D127B
Tints of Indigo #5D127B
RGB
CMYK
RGB Variations
Color information
#5D127B (or 0x5D127B) is known color: Indigo. HEX triplet: 5D, 12 and 7B. RGB value is (93,18,123). Sum of RGB (Red+Green+Blue) = 93+18+123=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D127B is #A2ED84. Grayscale: #343434. Windows color (decimal): -10677637 or 8065629. OLE color: 8065629.
HSL color Cylindrical-coordinate representation of color #5D127B: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D127B is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 18 | 123 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.52 |
| HSL | 282.86º | 0.74% | 0.28% | - |
| HSV(B) | 282.86º | 0.85% | 0.48% | - |
| XYZ | 8.31 | 4.19 | 19.11 | - |
| YUV | 52.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 123 | 0.24 | 0.85 | 0 | 0.52 | 282.86 | 0.74 | 0.28 |
| Hex | 5D | 12 | 7B | 18 | 55 | 0 | 34 | 11B | 4A | 1C |
| Octal | 135 | 22 | 173 | 30 | 125 | 0 | 64 | 433 | 112 | 34 |
| Binary | 1011101 | 10010 | 1111011 | 11000 | 1010101 | 0 | 110100 | 100011011 | 1001010 | 11100 |
Color Harmonies of #5D127B
Complementary color
Monochromatic Colors of #5D127B
Black with #5D127B
Text Example
Text Example
White with #5D127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D127B; }
p { color: rgb(93,18,123); }
H1.HeaderClassName
{
color: #5D127B;
}
.AnyTagClassName
{
color: #5D127B;
}
</style>
background-color css
<style>
a { background-color: #5D127B; }
a { background-color: rgb(93,18,123); }
div.DivClassName
{
background-color: #5D127B;
}
.BgClassName
{
background-color: #5D127B;
}
</style>
border-color css
<style>
span { border-color: #5D127B; }
span { border-color: rgb(93,18,123); }
td.TdClassName
{
border-color: #5D127B;
}
.TagClassName
{
border-color: #5D127B;
}
</style>