Shades of Indigo #5C017D
Tints of Indigo #5C017D
RGB
CMYK
RGB Variations
Color information
#5C017D (or 0x5C017D) is known color: Indigo. HEX triplet: 5C, 01 and 7D. RGB value is (92,1,125). Sum of RGB (Red+Green+Blue) = 92+1+125=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C017D is #A3FE82. Grayscale: #292929. Windows color (decimal): -10747523 or 8192348. OLE color: 8192348.
HSL color Cylindrical-coordinate representation of color #5C017D: hue angle of 284.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C017D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 1 | 125 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.51 |
| HSL | 284.03º | 0.98% | 0.25% | - |
| HSV(B) | 284.03º | 0.99% | 0.49% | - |
| XYZ | 8.13 | 3.78 | 19.7 | - |
| YUV | 42.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 125 | 0.26 | 0.99 | 0 | 0.51 | 284.03 | 0.98 | 0.25 |
| Hex | 5C | 1 | 7D | 1A | 63 | 0 | 33 | 11C | 62 | 19 |
| Octal | 134 | 1 | 175 | 32 | 143 | 0 | 63 | 434 | 142 | 31 |
| Binary | 1011100 | 1 | 1111101 | 11010 | 1100011 | 0 | 110011 | 100011100 | 1100010 | 11001 |
Color Harmonies of #5C017D
Complementary color
Monochromatic Colors of #5C017D
Black with #5C017D
Text Example
Text Example
White with #5C017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C017D; }
p { color: rgb(92,1,125); }
H1.HeaderClassName
{
color: #5C017D;
}
.AnyTagClassName
{
color: #5C017D;
}
</style>
background-color css
<style>
a { background-color: #5C017D; }
a { background-color: rgb(92,1,125); }
div.DivClassName
{
background-color: #5C017D;
}
.BgClassName
{
background-color: #5C017D;
}
</style>
border-color css
<style>
span { border-color: #5C017D; }
span { border-color: rgb(92,1,125); }
td.TdClassName
{
border-color: #5C017D;
}
.TagClassName
{
border-color: #5C017D;
}
</style>