Shades of Indigo #5C098F
Tints of Indigo #5C098F
RGB
CMYK
RGB Variations
Color information
#5C098F (or 0x5C098F) is known color: Indigo. HEX triplet: 5C, 09 and 8F. RGB value is (92,9,143). Sum of RGB (Red+Green+Blue) = 92+9+143=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C098F is #A3F670. Grayscale: #303030. Windows color (decimal): -10745457 or 9374044. OLE color: 9374044.
HSL color Cylindrical-coordinate representation of color #5C098F: hue angle of 277.16º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C098F is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 9 | 143 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.44 |
| HSL | 277.16º | 0.88% | 0.3% | - |
| HSV(B) | 277.16º | 0.94% | 0.56% | - |
| XYZ | 9.47 | 4.45 | 26.35 | - |
| YUV | 49.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 143 | 0.36 | 0.94 | 0 | 0.44 | 277.16 | 0.88 | 0.3 |
| Hex | 5C | 9 | 8F | 24 | 5E | 0 | 2C | 115 | 58 | 1E |
| Octal | 134 | 11 | 217 | 44 | 136 | 0 | 54 | 425 | 130 | 36 |
| Binary | 1011100 | 1001 | 10001111 | 100100 | 1011110 | 0 | 101100 | 100010101 | 1011000 | 11110 |
Color Harmonies of #5C098F
Complementary color
Monochromatic Colors of #5C098F
Black with #5C098F
Text Example
Text Example
White with #5C098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C098F; }
p { color: rgb(92,9,143); }
H1.HeaderClassName
{
color: #5C098F;
}
.AnyTagClassName
{
color: #5C098F;
}
</style>
background-color css
<style>
a { background-color: #5C098F; }
a { background-color: rgb(92,9,143); }
div.DivClassName
{
background-color: #5C098F;
}
.BgClassName
{
background-color: #5C098F;
}
</style>
border-color css
<style>
span { border-color: #5C098F; }
span { border-color: rgb(92,9,143); }
td.TdClassName
{
border-color: #5C098F;
}
.TagClassName
{
border-color: #5C098F;
}
</style>