Shades of Indigo #5D0275
Tints of Indigo #5D0275
RGB
CMYK
RGB Variations
Color information
#5D0275 (or 0x5D0275) is known color: Indigo. HEX triplet: 5D, 02 and 75. RGB value is (93,2,117). Sum of RGB (Red+Green+Blue) = 93+2+117=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D0275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0275 is #A2FD8A. Grayscale: #292929. Windows color (decimal): -10681739 or 7668317. OLE color: 7668317.
HSL color Cylindrical-coordinate representation of color #5D0275: hue angle of 287.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0275 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 2 | 117 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.54 |
| HSL | 287.48º | 0.97% | 0.23% | - |
| HSV(B) | 287.48º | 0.98% | 0.46% | - |
| XYZ | 7.75 | 3.65 | 17.13 | - |
| YUV | 42.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 117 | 0.21 | 0.98 | 0 | 0.54 | 287.48 | 0.97 | 0.23 |
| Hex | 5D | 2 | 75 | 15 | 62 | 0 | 36 | 11F | 61 | 17 |
| Octal | 135 | 2 | 165 | 25 | 142 | 0 | 66 | 437 | 141 | 27 |
| Binary | 1011101 | 10 | 1110101 | 10101 | 1100010 | 0 | 110110 | 100011111 | 1100001 | 10111 |
Color Harmonies of #5D0275
Complementary color
Monochromatic Colors of #5D0275
Black with #5D0275
Text Example
Text Example
White with #5D0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0275; }
p { color: rgb(93,2,117); }
H1.HeaderClassName
{
color: #5D0275;
}
.AnyTagClassName
{
color: #5D0275;
}
</style>
background-color css
<style>
a { background-color: #5D0275; }
a { background-color: rgb(93,2,117); }
div.DivClassName
{
background-color: #5D0275;
}
.BgClassName
{
background-color: #5D0275;
}
</style>
border-color css
<style>
span { border-color: #5D0275; }
span { border-color: rgb(93,2,117); }
td.TdClassName
{
border-color: #5D0275;
}
.TagClassName
{
border-color: #5D0275;
}
</style>