Shades of Indigo #5C009B
Tints of Indigo #5C009B
RGB
CMYK
RGB Variations
Color information
#5C009B (or 0x5C009B) is known color: Indigo. HEX triplet: 5C, 00 and 9B. RGB value is (92,0,155). Sum of RGB (Red+Green+Blue) = 92+0+155=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C009B is #A3FF64. Grayscale: #2C2C2C. Windows color (decimal): -10747749 or 10158172. OLE color: 10158172.
HSL color Cylindrical-coordinate representation of color #5C009B: hue angle of 275.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C009B is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 0 | 155 | - |
| CMYK | 0.41 | 1 | 0 | 0.39 |
| HSL | 275.61º | 1% | 0.3% | - |
| HSV(B) | 275.61º | 1% | 0.61% | - |
| XYZ | 10.33 | 4.64 | 31.36 | - |
| YUV | 45.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 155 | 0.41 | 1 | 0 | 0.39 | 275.61 | 1 | 0.3 |
| Hex | 5C | 0 | 9B | 29 | 64 | 0 | 27 | 114 | 64 | 1E |
| Octal | 134 | 0 | 233 | 51 | 144 | 0 | 47 | 424 | 144 | 36 |
| Binary | 1011100 | 0 | 10011011 | 101001 | 1100100 | 0 | 100111 | 100010100 | 1100100 | 11110 |
Color Harmonies of #5C009B
Complementary color
Monochromatic Colors of #5C009B
Black with #5C009B
Text Example
Text Example
White with #5C009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C009B; }
p { color: rgb(92,0,155); }
H1.HeaderClassName
{
color: #5C009B;
}
.AnyTagClassName
{
color: #5C009B;
}
</style>
background-color css
<style>
a { background-color: #5C009B; }
a { background-color: rgb(92,0,155); }
div.DivClassName
{
background-color: #5C009B;
}
.BgClassName
{
background-color: #5C009B;
}
</style>
border-color css
<style>
span { border-color: #5C009B; }
span { border-color: rgb(92,0,155); }
td.TdClassName
{
border-color: #5C009B;
}
.TagClassName
{
border-color: #5C009B;
}
</style>