Shades of Indigo #5D0095
Tints of Indigo #5D0095
RGB
CMYK
RGB Variations
Color information
#5D0095 (or 0x5D0095) is known color: Indigo. HEX triplet: 5D, 00 and 95. RGB value is (93,0,149). Sum of RGB (Red+Green+Blue) = 93+0+149=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0095 is #A2FF6A. Grayscale: #2C2C2C. Windows color (decimal): -10682219 or 9764957. OLE color: 9764957.
HSL color Cylindrical-coordinate representation of color #5D0095: hue angle of 277.45º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0095 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 0 | 149 | - |
| CMYK | 0.38 | 1 | 0 | 0.42 |
| HSL | 277.45º | 1% | 0.29% | - |
| HSV(B) | 277.45º | 1% | 0.58% | - |
| XYZ | 9.94 | 4.5 | 28.78 | - |
| YUV | 44.79 | 186.81 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 149 | 0.38 | 1 | 0 | 0.42 | 277.45 | 1 | 0.29 |
| Hex | 5D | 0 | 95 | 26 | 64 | 0 | 2A | 115 | 64 | 1D |
| Octal | 135 | 0 | 225 | 46 | 144 | 0 | 52 | 425 | 144 | 35 |
| Binary | 1011101 | 0 | 10010101 | 100110 | 1100100 | 0 | 101010 | 100010101 | 1100100 | 11101 |
Color Harmonies of #5D0095
Complementary color
Monochromatic Colors of #5D0095
Black with #5D0095
Text Example
Text Example
White with #5D0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0095; }
p { color: rgb(93,0,149); }
H1.HeaderClassName
{
color: #5D0095;
}
.AnyTagClassName
{
color: #5D0095;
}
</style>
background-color css
<style>
a { background-color: #5D0095; }
a { background-color: rgb(93,0,149); }
div.DivClassName
{
background-color: #5D0095;
}
.BgClassName
{
background-color: #5D0095;
}
</style>
border-color css
<style>
span { border-color: #5D0095; }
span { border-color: rgb(93,0,149); }
td.TdClassName
{
border-color: #5D0095;
}
.TagClassName
{
border-color: #5D0095;
}
</style>