Shades of Indigo #5D0878
Tints of Indigo #5D0878
RGB
CMYK
RGB Variations
Color information
#5D0878 (or 0x5D0878) is known color: Indigo. HEX triplet: 5D, 08 and 78. RGB value is (93,8,120). Sum of RGB (Red+Green+Blue) = 93+8+120=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D0878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0878 is #A2F787. Grayscale: #2D2D2D. Windows color (decimal): -10680200 or 7866461. OLE color: 7866461.
HSL color Cylindrical-coordinate representation of color #5D0878: hue angle of 285.54º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0878 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 8 | 120 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.53 |
| HSL | 285.54º | 0.88% | 0.25% | - |
| HSV(B) | 285.54º | 0.93% | 0.47% | - |
| XYZ | 7.99 | 3.86 | 18.09 | - |
| YUV | 46.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 120 | 0.22 | 0.93 | 0 | 0.53 | 285.54 | 0.88 | 0.25 |
| Hex | 5D | 8 | 78 | 16 | 5D | 0 | 35 | 11E | 58 | 19 |
| Octal | 135 | 10 | 170 | 26 | 135 | 0 | 65 | 436 | 130 | 31 |
| Binary | 1011101 | 1000 | 1111000 | 10110 | 1011101 | 0 | 110101 | 100011110 | 1011000 | 11001 |
Color Harmonies of #5D0878
Complementary color
Monochromatic Colors of #5D0878
Black with #5D0878
Text Example
Text Example
White with #5D0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0878; }
p { color: rgb(93,8,120); }
H1.HeaderClassName
{
color: #5D0878;
}
.AnyTagClassName
{
color: #5D0878;
}
</style>
background-color css
<style>
a { background-color: #5D0878; }
a { background-color: rgb(93,8,120); }
div.DivClassName
{
background-color: #5D0878;
}
.BgClassName
{
background-color: #5D0878;
}
</style>
border-color css
<style>
span { border-color: #5D0878; }
span { border-color: rgb(93,8,120); }
td.TdClassName
{
border-color: #5D0878;
}
.TagClassName
{
border-color: #5D0878;
}
</style>