Shades of Indigo #5C027D
Tints of Indigo #5C027D
RGB
CMYK
RGB Variations
Color information
#5C027D (or 0x5C027D) is known color: Indigo. HEX triplet: 5C, 02 and 7D. RGB value is (92,2,125). Sum of RGB (Red+Green+Blue) = 92+2+125=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C027D is #A3FD82. Grayscale: #2A2A2A. Windows color (decimal): -10747267 or 8192604. OLE color: 8192604.
HSL color Cylindrical-coordinate representation of color #5C027D: hue angle of 283.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C027D is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 2 | 125 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.51 |
| HSL | 283.9º | 0.97% | 0.25% | - |
| HSV(B) | 283.9º | 0.98% | 0.49% | - |
| XYZ | 8.14 | 3.8 | 19.71 | - |
| YUV | 42.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 125 | 0.26 | 0.98 | 0 | 0.51 | 283.9 | 0.97 | 0.25 |
| Hex | 5C | 2 | 7D | 1A | 62 | 0 | 33 | 11C | 61 | 19 |
| Octal | 134 | 2 | 175 | 32 | 142 | 0 | 63 | 434 | 141 | 31 |
| Binary | 1011100 | 10 | 1111101 | 11010 | 1100010 | 0 | 110011 | 100011100 | 1100001 | 11001 |
Color Harmonies of #5C027D
Complementary color
Monochromatic Colors of #5C027D
Black with #5C027D
Text Example
Text Example
White with #5C027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C027D; }
p { color: rgb(92,2,125); }
H1.HeaderClassName
{
color: #5C027D;
}
.AnyTagClassName
{
color: #5C027D;
}
</style>
background-color css
<style>
a { background-color: #5C027D; }
a { background-color: rgb(92,2,125); }
div.DivClassName
{
background-color: #5C027D;
}
.BgClassName
{
background-color: #5C027D;
}
</style>
border-color css
<style>
span { border-color: #5C027D; }
span { border-color: rgb(92,2,125); }
td.TdClassName
{
border-color: #5C027D;
}
.TagClassName
{
border-color: #5C027D;
}
</style>