Shades of Indigo #5C0D7F
Tints of Indigo #5C0D7F
RGB
CMYK
RGB Variations
Color information
#5C0D7F (or 0x5C0D7F) is known color: Indigo. HEX triplet: 5C, 0D and 7F. RGB value is (92,13,127). Sum of RGB (Red+Green+Blue) = 92+13+127=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C0D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0D7F is #A3F280. Grayscale: #313131. Windows color (decimal): -10744449 or 8326492. OLE color: 8326492.
HSL color Cylindrical-coordinate representation of color #5C0D7F: hue angle of 281.58º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0D7F is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 13 | 127 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.50 |
| HSL | 281.58º | 0.81% | 0.27% | - |
| HSV(B) | 281.58º | 0.9% | 0.5% | - |
| XYZ | 8.39 | 4.1 | 20.43 | - |
| YUV | 49.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 127 | 0.28 | 0.90 | 0 | 0.50 | 281.58 | 0.81 | 0.27 |
| Hex | 5C | D | 7F | 1C | 5A | 0 | 32 | 11A | 51 | 1B |
| Octal | 134 | 15 | 177 | 34 | 132 | 0 | 62 | 432 | 121 | 33 |
| Binary | 1011100 | 1101 | 1111111 | 11100 | 1011010 | 0 | 110010 | 100011010 | 1010001 | 11011 |
Color Harmonies of #5C0D7F
Complementary color
Monochromatic Colors of #5C0D7F
Black with #5C0D7F
Text Example
Text Example
White with #5C0D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0D7F; }
p { color: rgb(92,13,127); }
H1.HeaderClassName
{
color: #5C0D7F;
}
.AnyTagClassName
{
color: #5C0D7F;
}
</style>
background-color css
<style>
a { background-color: #5C0D7F; }
a { background-color: rgb(92,13,127); }
div.DivClassName
{
background-color: #5C0D7F;
}
.BgClassName
{
background-color: #5C0D7F;
}
</style>
border-color css
<style>
span { border-color: #5C0D7F; }
span { border-color: rgb(92,13,127); }
td.TdClassName
{
border-color: #5C0D7F;
}
.TagClassName
{
border-color: #5C0D7F;
}
</style>