Shades of Indigo #5D0F78
Tints of Indigo #5D0F78
RGB
CMYK
RGB Variations
Color information
#5D0F78 (or 0x5D0F78) is known color: Indigo. HEX triplet: 5D, 0F and 78. RGB value is (93,15,120). Sum of RGB (Red+Green+Blue) = 93+15+120=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D0F78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0F78 is #A2F087. Grayscale: #313131. Windows color (decimal): -10678408 or 7868253. OLE color: 7868253.
HSL color Cylindrical-coordinate representation of color #5D0F78: hue angle of 284.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D0F78 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 15 | 120 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.53 |
| HSL | 284.57º | 0.78% | 0.26% | - |
| HSV(B) | 284.57º | 0.88% | 0.47% | - |
| XYZ | 8.08 | 4.02 | 18.12 | - |
| YUV | 50.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 120 | 0.22 | 0.87 | 0 | 0.53 | 284.57 | 0.78 | 0.26 |
| Hex | 5D | F | 78 | 16 | 57 | 0 | 35 | 11D | 4E | 1A |
| Octal | 135 | 17 | 170 | 26 | 127 | 0 | 65 | 435 | 116 | 32 |
| Binary | 1011101 | 1111 | 1111000 | 10110 | 1010111 | 0 | 110101 | 100011101 | 1001110 | 11010 |
Color Harmonies of #5D0F78
Complementary color
Monochromatic Colors of #5D0F78
Black with #5D0F78
Text Example
Text Example
White with #5D0F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0F78; }
p { color: rgb(93,15,120); }
H1.HeaderClassName
{
color: #5D0F78;
}
.AnyTagClassName
{
color: #5D0F78;
}
</style>
background-color css
<style>
a { background-color: #5D0F78; }
a { background-color: rgb(93,15,120); }
div.DivClassName
{
background-color: #5D0F78;
}
.BgClassName
{
background-color: #5D0F78;
}
</style>
border-color css
<style>
span { border-color: #5D0F78; }
span { border-color: rgb(93,15,120); }
td.TdClassName
{
border-color: #5D0F78;
}
.TagClassName
{
border-color: #5D0F78;
}
</style>