Shades of Indigo #5C0F9E
Tints of Indigo #5C0F9E
RGB
CMYK
RGB Variations
Color information
#5C0F9E (or 0x5C0F9E) is known color: Indigo. HEX triplet: 5C, 0F and 9E. RGB value is (92,15,158). Sum of RGB (Red+Green+Blue) = 92+15+158=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C0F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0F9E is #A3F061. Grayscale: #353535. Windows color (decimal): -10743906 or 10358620. OLE color: 10358620.
HSL color Cylindrical-coordinate representation of color #5C0F9E: hue angle of 272.31º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0F9E is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 15 | 158 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.38 |
| HSL | 272.31º | 0.83% | 0.34% | - |
| HSV(B) | 272.31º | 0.91% | 0.62% | - |
| XYZ | 10.76 | 5.09 | 32.76 | - |
| YUV | 54.33 | 186.51 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 158 | 0.42 | 0.91 | 0 | 0.38 | 272.31 | 0.83 | 0.34 |
| Hex | 5C | F | 9E | 2A | 5B | 0 | 26 | 110 | 53 | 22 |
| Octal | 134 | 17 | 236 | 52 | 133 | 0 | 46 | 420 | 123 | 42 |
| Binary | 1011100 | 1111 | 10011110 | 101010 | 1011011 | 0 | 100110 | 100010000 | 1010011 | 100010 |
Color Harmonies of #5C0F9E
Complementary color
Monochromatic Colors of #5C0F9E
Black with #5C0F9E
Text Example
Text Example
White with #5C0F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0F9E; }
p { color: rgb(92,15,158); }
H1.HeaderClassName
{
color: #5C0F9E;
}
.AnyTagClassName
{
color: #5C0F9E;
}
</style>
background-color css
<style>
a { background-color: #5C0F9E; }
a { background-color: rgb(92,15,158); }
div.DivClassName
{
background-color: #5C0F9E;
}
.BgClassName
{
background-color: #5C0F9E;
}
</style>
border-color css
<style>
span { border-color: #5C0F9E; }
span { border-color: rgb(92,15,158); }
td.TdClassName
{
border-color: #5C0F9E;
}
.TagClassName
{
border-color: #5C0F9E;
}
</style>