Shades of Indigo #5C009D
Tints of Indigo #5C009D
RGB
CMYK
RGB Variations
Color information
#5C009D (or 0x5C009D) is known color: Indigo. HEX triplet: 5C, 00 and 9D. RGB value is (92,0,157). Sum of RGB (Red+Green+Blue) = 92+0+157=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C009D is #A3FF62. Grayscale: #2C2C2C. Windows color (decimal): -10747747 or 10289244. OLE color: 10289244.
HSL color Cylindrical-coordinate representation of color #5C009D: hue angle of 275.16º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C009D is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 0 | 157 | - |
| CMYK | 0.41 | 1 | 0 | 0.38 |
| HSL | 275.16º | 1% | 0.31% | - |
| HSV(B) | 275.16º | 1% | 0.62% | - |
| XYZ | 10.5 | 4.71 | 32.25 | - |
| YUV | 45.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 157 | 0.41 | 1 | 0 | 0.38 | 275.16 | 1 | 0.31 |
| Hex | 5C | 0 | 9D | 29 | 64 | 0 | 26 | 113 | 64 | 1F |
| Octal | 134 | 0 | 235 | 51 | 144 | 0 | 46 | 423 | 144 | 37 |
| Binary | 1011100 | 0 | 10011101 | 101001 | 1100100 | 0 | 100110 | 100010011 | 1100100 | 11111 |
Color Harmonies of #5C009D
Complementary color
Monochromatic Colors of #5C009D
Black with #5C009D
Text Example
Text Example
White with #5C009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C009D; }
p { color: rgb(92,0,157); }
H1.HeaderClassName
{
color: #5C009D;
}
.AnyTagClassName
{
color: #5C009D;
}
</style>
background-color css
<style>
a { background-color: #5C009D; }
a { background-color: rgb(92,0,157); }
div.DivClassName
{
background-color: #5C009D;
}
.BgClassName
{
background-color: #5C009D;
}
</style>
border-color css
<style>
span { border-color: #5C009D; }
span { border-color: rgb(92,0,157); }
td.TdClassName
{
border-color: #5C009D;
}
.TagClassName
{
border-color: #5C009D;
}
</style>