Shades of Indigo #5D1679
Tints of Indigo #5D1679
RGB
CMYK
RGB Variations
Color information
#5D1679 (or 0x5D1679) is known color: Indigo. HEX triplet: 5D, 16 and 79. RGB value is (93,22,121). Sum of RGB (Red+Green+Blue) = 93+22+121=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D1679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1679 is #A2E986. Grayscale: #363636. Windows color (decimal): -10676615 or 7935581. OLE color: 7935581.
HSL color Cylindrical-coordinate representation of color #5D1679: hue angle of 283.03º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1679 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 22 | 121 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.53 |
| HSL | 283.03º | 0.69% | 0.28% | - |
| HSV(B) | 283.03º | 0.82% | 0.47% | - |
| XYZ | 8.25 | 4.28 | 18.48 | - |
| YUV | 54.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 121 | 0.23 | 0.82 | 0 | 0.53 | 283.03 | 0.69 | 0.28 |
| Hex | 5D | 16 | 79 | 17 | 52 | 0 | 35 | 11B | 45 | 1C |
| Octal | 135 | 26 | 171 | 27 | 122 | 0 | 65 | 433 | 105 | 34 |
| Binary | 1011101 | 10110 | 1111001 | 10111 | 1010010 | 0 | 110101 | 100011011 | 1000101 | 11100 |
Color Harmonies of #5D1679
Complementary color
Monochromatic Colors of #5D1679
Black with #5D1679
Text Example
Text Example
White with #5D1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1679; }
p { color: rgb(93,22,121); }
H1.HeaderClassName
{
color: #5D1679;
}
.AnyTagClassName
{
color: #5D1679;
}
</style>
background-color css
<style>
a { background-color: #5D1679; }
a { background-color: rgb(93,22,121); }
div.DivClassName
{
background-color: #5D1679;
}
.BgClassName
{
background-color: #5D1679;
}
</style>
border-color css
<style>
span { border-color: #5D1679; }
span { border-color: rgb(93,22,121); }
td.TdClassName
{
border-color: #5D1679;
}
.TagClassName
{
border-color: #5D1679;
}
</style>