Shades of Indigo #5D147E
Tints of Indigo #5D147E
RGB
CMYK
RGB Variations
Color information
#5D147E (or 0x5D147E) is known color: Indigo. HEX triplet: 5D, 14 and 7E. RGB value is (93,20,126). Sum of RGB (Red+Green+Blue) = 93+20+126=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D147E is #A2EB81. Grayscale: #353535. Windows color (decimal): -10677122 or 8262749. OLE color: 8262749.
HSL color Cylindrical-coordinate representation of color #5D147E: hue angle of 281.32º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D147E is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 20 | 126 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.51 |
| HSL | 281.32º | 0.73% | 0.29% | - |
| HSV(B) | 281.32º | 0.84% | 0.49% | - |
| XYZ | 8.53 | 4.33 | 20.13 | - |
| YUV | 53.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 126 | 0.26 | 0.84 | 0 | 0.51 | 281.32 | 0.73 | 0.29 |
| Hex | 5D | 14 | 7E | 1A | 54 | 0 | 33 | 119 | 49 | 1D |
| Octal | 135 | 24 | 176 | 32 | 124 | 0 | 63 | 431 | 111 | 35 |
| Binary | 1011101 | 10100 | 1111110 | 11010 | 1010100 | 0 | 110011 | 100011001 | 1001001 | 11101 |
Color Harmonies of #5D147E
Complementary color
Monochromatic Colors of #5D147E
Black with #5D147E
Text Example
Text Example
White with #5D147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D147E; }
p { color: rgb(93,20,126); }
H1.HeaderClassName
{
color: #5D147E;
}
.AnyTagClassName
{
color: #5D147E;
}
</style>
background-color css
<style>
a { background-color: #5D147E; }
a { background-color: rgb(93,20,126); }
div.DivClassName
{
background-color: #5D147E;
}
.BgClassName
{
background-color: #5D147E;
}
</style>
border-color css
<style>
span { border-color: #5D147E; }
span { border-color: rgb(93,20,126); }
td.TdClassName
{
border-color: #5D147E;
}
.TagClassName
{
border-color: #5D147E;
}
</style>