Shades of Indigo #5C127D
Tints of Indigo #5C127D
RGB
CMYK
RGB Variations
Color information
#5C127D (or 0x5C127D) is known color: Indigo. HEX triplet: 5C, 12 and 7D. RGB value is (92,18,125). Sum of RGB (Red+Green+Blue) = 92+18+125=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C127D is #A3ED82. Grayscale: #333333. Windows color (decimal): -10743171 or 8196700. OLE color: 8196700.
HSL color Cylindrical-coordinate representation of color #5C127D: hue angle of 281.5º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C127D is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 18 | 125 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.51 |
| HSL | 281.5º | 0.75% | 0.28% | - |
| HSV(B) | 281.5º | 0.86% | 0.49% | - |
| XYZ | 8.33 | 4.19 | 19.77 | - |
| YUV | 52.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 125 | 0.26 | 0.86 | 0 | 0.51 | 281.5 | 0.75 | 0.28 |
| Hex | 5C | 12 | 7D | 1A | 56 | 0 | 33 | 119 | 4B | 1C |
| Octal | 134 | 22 | 175 | 32 | 126 | 0 | 63 | 431 | 113 | 34 |
| Binary | 1011100 | 10010 | 1111101 | 11010 | 1010110 | 0 | 110011 | 100011001 | 1001011 | 11100 |
Color Harmonies of #5C127D
Complementary color
Monochromatic Colors of #5C127D
Black with #5C127D
Text Example
Text Example
White with #5C127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C127D; }
p { color: rgb(92,18,125); }
H1.HeaderClassName
{
color: #5C127D;
}
.AnyTagClassName
{
color: #5C127D;
}
</style>
background-color css
<style>
a { background-color: #5C127D; }
a { background-color: rgb(92,18,125); }
div.DivClassName
{
background-color: #5C127D;
}
.BgClassName
{
background-color: #5C127D;
}
</style>
border-color css
<style>
span { border-color: #5C127D; }
span { border-color: rgb(92,18,125); }
td.TdClassName
{
border-color: #5C127D;
}
.TagClassName
{
border-color: #5C127D;
}
</style>