Shades of Indigo #5C026F
Tints of Indigo #5C026F
RGB
CMYK
RGB Variations
Color information
#5C026F (or 0x5C026F) is known color: Indigo. HEX triplet: 5C, 02 and 6F. RGB value is (92,2,111). Sum of RGB (Red+Green+Blue) = 92+2+111=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C026F is #A3FD90. Grayscale: #282828. Windows color (decimal): -10747281 or 7275100. OLE color: 7275100.
HSL color Cylindrical-coordinate representation of color #5C026F: hue angle of 289.54º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C026F is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 2 | 111 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.56 |
| HSL | 289.54º | 0.96% | 0.22% | - |
| HSV(B) | 289.54º | 0.98% | 0.44% | - |
| XYZ | 7.3 | 3.47 | 15.32 | - |
| YUV | 41.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 111 | 0.17 | 0.98 | 0 | 0.56 | 289.54 | 0.96 | 0.22 |
| Hex | 5C | 2 | 6F | 11 | 62 | 0 | 38 | 122 | 60 | 16 |
| Octal | 134 | 2 | 157 | 21 | 142 | 0 | 70 | 442 | 140 | 26 |
| Binary | 1011100 | 10 | 1101111 | 10001 | 1100010 | 0 | 111000 | 100100010 | 1100000 | 10110 |
Color Harmonies of #5C026F
Complementary color
Monochromatic Colors of #5C026F
Black with #5C026F
Text Example
Text Example
White with #5C026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C026F; }
p { color: rgb(92,2,111); }
H1.HeaderClassName
{
color: #5C026F;
}
.AnyTagClassName
{
color: #5C026F;
}
</style>
background-color css
<style>
a { background-color: #5C026F; }
a { background-color: rgb(92,2,111); }
div.DivClassName
{
background-color: #5C026F;
}
.BgClassName
{
background-color: #5C026F;
}
</style>
border-color css
<style>
span { border-color: #5C026F; }
span { border-color: rgb(92,2,111); }
td.TdClassName
{
border-color: #5C026F;
}
.TagClassName
{
border-color: #5C026F;
}
</style>