Shades of Indigo #5D0E7F
Tints of Indigo #5D0E7F
RGB
CMYK
RGB Variations
Color information
#5D0E7F (or 0x5D0E7F) is known color: Indigo. HEX triplet: 5D, 0E and 7F. RGB value is (93,14,127). Sum of RGB (Red+Green+Blue) = 93+14+127=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D0E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0E7F is #A2F180. Grayscale: #323232. Windows color (decimal): -10678657 or 8326749. OLE color: 8326749.
HSL color Cylindrical-coordinate representation of color #5D0E7F: hue angle of 281.95º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0E7F is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 14 | 127 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.50 |
| HSL | 281.95º | 0.8% | 0.28% | - |
| HSV(B) | 281.95º | 0.89% | 0.5% | - |
| XYZ | 8.5 | 4.17 | 20.44 | - |
| YUV | 50.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 127 | 0.27 | 0.89 | 0 | 0.50 | 281.95 | 0.8 | 0.28 |
| Hex | 5D | E | 7F | 1B | 59 | 0 | 32 | 11A | 50 | 1C |
| Octal | 135 | 16 | 177 | 33 | 131 | 0 | 62 | 432 | 120 | 34 |
| Binary | 1011101 | 1110 | 1111111 | 11011 | 1011001 | 0 | 110010 | 100011010 | 1010000 | 11100 |
Color Harmonies of #5D0E7F
Complementary color
Monochromatic Colors of #5D0E7F
Black with #5D0E7F
Text Example
Text Example
White with #5D0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0E7F; }
p { color: rgb(93,14,127); }
H1.HeaderClassName
{
color: #5D0E7F;
}
.AnyTagClassName
{
color: #5D0E7F;
}
</style>
background-color css
<style>
a { background-color: #5D0E7F; }
a { background-color: rgb(93,14,127); }
div.DivClassName
{
background-color: #5D0E7F;
}
.BgClassName
{
background-color: #5D0E7F;
}
</style>
border-color css
<style>
span { border-color: #5D0E7F; }
span { border-color: rgb(93,14,127); }
td.TdClassName
{
border-color: #5D0E7F;
}
.TagClassName
{
border-color: #5D0E7F;
}
</style>