Shades of Indigo #5C018D
Tints of Indigo #5C018D
RGB
CMYK
RGB Variations
Color information
#5C018D (or 0x5C018D) is known color: Indigo. HEX triplet: 5C, 01 and 8D. RGB value is (92,1,141). Sum of RGB (Red+Green+Blue) = 92+1+141=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C018D is #A3FE72. Grayscale: #2B2B2B. Windows color (decimal): -10747507 or 9240924. OLE color: 9240924.
HSL color Cylindrical-coordinate representation of color #5C018D: hue angle of 279º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C018D is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 1 | 141 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.45 |
| HSL | 279º | 0.99% | 0.28% | - |
| HSV(B) | 279º | 0.99% | 0.55% | - |
| XYZ | 9.23 | 4.22 | 25.53 | - |
| YUV | 44.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 141 | 0.35 | 0.99 | 0 | 0.45 | 279 | 0.99 | 0.28 |
| Hex | 5C | 1 | 8D | 23 | 63 | 0 | 2D | 117 | 63 | 1C |
| Octal | 134 | 1 | 215 | 43 | 143 | 0 | 55 | 427 | 143 | 34 |
| Binary | 1011100 | 1 | 10001101 | 100011 | 1100011 | 0 | 101101 | 100010111 | 1100011 | 11100 |
Color Harmonies of #5C018D
Complementary color
Monochromatic Colors of #5C018D
Black with #5C018D
Text Example
Text Example
White with #5C018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C018D; }
p { color: rgb(92,1,141); }
H1.HeaderClassName
{
color: #5C018D;
}
.AnyTagClassName
{
color: #5C018D;
}
</style>
background-color css
<style>
a { background-color: #5C018D; }
a { background-color: rgb(92,1,141); }
div.DivClassName
{
background-color: #5C018D;
}
.BgClassName
{
background-color: #5C018D;
}
</style>
border-color css
<style>
span { border-color: #5C018D; }
span { border-color: rgb(92,1,141); }
td.TdClassName
{
border-color: #5C018D;
}
.TagClassName
{
border-color: #5C018D;
}
</style>