Shades of Indigo #5D057F
Tints of Indigo #5D057F
RGB
CMYK
RGB Variations
Color information
#5D057F (or 0x5D057F) is known color: Indigo. HEX triplet: 5D, 05 and 7F. RGB value is (93,5,127). Sum of RGB (Red+Green+Blue) = 93+5+127=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D057F is #A2FA80. Grayscale: #2C2C2C. Windows color (decimal): -10680961 or 8324445. OLE color: 8324445.
HSL color Cylindrical-coordinate representation of color #5D057F: hue angle of 283.28º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D057F is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 5 | 127 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.50 |
| HSL | 283.28º | 0.92% | 0.26% | - |
| HSV(B) | 283.28º | 0.96% | 0.5% | - |
| XYZ | 8.4 | 3.97 | 20.4 | - |
| YUV | 45.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 127 | 0.27 | 0.96 | 0 | 0.50 | 283.28 | 0.92 | 0.26 |
| Hex | 5D | 5 | 7F | 1B | 60 | 0 | 32 | 11B | 5C | 1A |
| Octal | 135 | 5 | 177 | 33 | 140 | 0 | 62 | 433 | 134 | 32 |
| Binary | 1011101 | 101 | 1111111 | 11011 | 1100000 | 0 | 110010 | 100011011 | 1011100 | 11010 |
Color Harmonies of #5D057F
Complementary color
Monochromatic Colors of #5D057F
Black with #5D057F
Text Example
Text Example
White with #5D057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D057F; }
p { color: rgb(93,5,127); }
H1.HeaderClassName
{
color: #5D057F;
}
.AnyTagClassName
{
color: #5D057F;
}
</style>
background-color css
<style>
a { background-color: #5D057F; }
a { background-color: rgb(93,5,127); }
div.DivClassName
{
background-color: #5D057F;
}
.BgClassName
{
background-color: #5D057F;
}
</style>
border-color css
<style>
span { border-color: #5D057F; }
span { border-color: rgb(93,5,127); }
td.TdClassName
{
border-color: #5D057F;
}
.TagClassName
{
border-color: #5D057F;
}
</style>