Shades of Indigo #5C0084
Tints of Indigo #5C0084
RGB
CMYK
RGB Variations
Color information
#5C0084 (or 0x5C0084) is known color: Indigo. HEX triplet: 5C, 00 and 84. RGB value is (92,0,132). Sum of RGB (Red+Green+Blue) = 92+0+132=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C0084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0084 is #A3FF7B. Grayscale: #2A2A2A. Windows color (decimal): -10747772 or 8650844. OLE color: 8650844.
HSL color Cylindrical-coordinate representation of color #5C0084: hue angle of 281.82º 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 #5C0084 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 0 | 132 | - |
| CMYK | 0.30 | 1 | 0 | 0.48 |
| HSL | 281.82º | 1% | 0.26% | - |
| HSV(B) | 281.82º | 1% | 0.52% | - |
| XYZ | 8.58 | 3.94 | 22.14 | - |
| YUV | 42.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 132 | 0.30 | 1 | 0 | 0.48 | 281.82 | 1 | 0.26 |
| Hex | 5C | 0 | 84 | 1E | 64 | 0 | 30 | 11A | 64 | 1A |
| Octal | 134 | 0 | 204 | 36 | 144 | 0 | 60 | 432 | 144 | 32 |
| Binary | 1011100 | 0 | 10000100 | 11110 | 1100100 | 0 | 110000 | 100011010 | 1100100 | 11010 |
Color Harmonies of #5C0084
Complementary color
Monochromatic Colors of #5C0084
Black with #5C0084
Text Example
Text Example
White with #5C0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0084; }
p { color: rgb(92,0,132); }
H1.HeaderClassName
{
color: #5C0084;
}
.AnyTagClassName
{
color: #5C0084;
}
</style>
background-color css
<style>
a { background-color: #5C0084; }
a { background-color: rgb(92,0,132); }
div.DivClassName
{
background-color: #5C0084;
}
.BgClassName
{
background-color: #5C0084;
}
</style>
border-color css
<style>
span { border-color: #5C0084; }
span { border-color: rgb(92,0,132); }
td.TdClassName
{
border-color: #5C0084;
}
.TagClassName
{
border-color: #5C0084;
}
</style>