Shades of Indigo #5D0084
Tints of Indigo #5D0084
RGB
CMYK
RGB Variations
Color information
#5D0084 (or 0x5D0084) is known color: Indigo. HEX triplet: 5D, 00 and 84. RGB value is (93,0,132). Sum of RGB (Red+Green+Blue) = 93+0+132=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D0084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0084 is #A2FF7B. Grayscale: #2A2A2A. Windows color (decimal): -10682236 or 8650845. OLE color: 8650845.
HSL color Cylindrical-coordinate representation of color #5D0084: hue angle of 282.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0084 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 0 | 132 | - |
| CMYK | 0.30 | 1 | 0 | 0.48 |
| HSL | 282.27º | 1% | 0.26% | - |
| HSV(B) | 282.27º | 1% | 0.52% | - |
| XYZ | 8.68 | 3.99 | 22.14 | - |
| YUV | 42.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 132 | 0.30 | 1 | 0 | 0.48 | 282.27 | 1 | 0.26 |
| Hex | 5D | 0 | 84 | 1E | 64 | 0 | 30 | 11A | 64 | 1A |
| Octal | 135 | 0 | 204 | 36 | 144 | 0 | 60 | 432 | 144 | 32 |
| Binary | 1011101 | 0 | 10000100 | 11110 | 1100100 | 0 | 110000 | 100011010 | 1100100 | 11010 |
Color Harmonies of #5D0084
Complementary color
Monochromatic Colors of #5D0084
Black with #5D0084
Text Example
Text Example
White with #5D0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0084; }
p { color: rgb(93,0,132); }
H1.HeaderClassName
{
color: #5D0084;
}
.AnyTagClassName
{
color: #5D0084;
}
</style>
background-color css
<style>
a { background-color: #5D0084; }
a { background-color: rgb(93,0,132); }
div.DivClassName
{
background-color: #5D0084;
}
.BgClassName
{
background-color: #5D0084;
}
</style>
border-color css
<style>
span { border-color: #5D0084; }
span { border-color: rgb(93,0,132); }
td.TdClassName
{
border-color: #5D0084;
}
.TagClassName
{
border-color: #5D0084;
}
</style>