Shades of Indigo #5D077F
Tints of Indigo #5D077F
RGB
CMYK
RGB Variations
Color information
#5D077F (or 0x5D077F) is known color: Indigo. HEX triplet: 5D, 07 and 7F. RGB value is (93,7,127). Sum of RGB (Red+Green+Blue) = 93+7+127=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D077F is #A2F880. Grayscale: #2E2E2E. Windows color (decimal): -10680449 or 8324957. OLE color: 8324957.
HSL color Cylindrical-coordinate representation of color #5D077F: hue angle of 283º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D077F is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 7 | 127 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.50 |
| HSL | 283º | 0.9% | 0.26% | - |
| HSV(B) | 283º | 0.94% | 0.5% | - |
| XYZ | 8.42 | 4.01 | 20.41 | - |
| YUV | 46.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 127 | 0.27 | 0.94 | 0 | 0.50 | 283 | 0.9 | 0.26 |
| Hex | 5D | 7 | 7F | 1B | 5E | 0 | 32 | 11B | 5A | 1A |
| Octal | 135 | 7 | 177 | 33 | 136 | 0 | 62 | 433 | 132 | 32 |
| Binary | 1011101 | 111 | 1111111 | 11011 | 1011110 | 0 | 110010 | 100011011 | 1011010 | 11010 |
Color Harmonies of #5D077F
Complementary color
Monochromatic Colors of #5D077F
Black with #5D077F
Text Example
Text Example
White with #5D077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D077F; }
p { color: rgb(93,7,127); }
H1.HeaderClassName
{
color: #5D077F;
}
.AnyTagClassName
{
color: #5D077F;
}
</style>
background-color css
<style>
a { background-color: #5D077F; }
a { background-color: rgb(93,7,127); }
div.DivClassName
{
background-color: #5D077F;
}
.BgClassName
{
background-color: #5D077F;
}
</style>
border-color css
<style>
span { border-color: #5D077F; }
span { border-color: rgb(93,7,127); }
td.TdClassName
{
border-color: #5D077F;
}
.TagClassName
{
border-color: #5D077F;
}
</style>