Shades of Indigo #5C009A
Tints of Indigo #5C009A
RGB
CMYK
RGB Variations
Color information
#5C009A (or 0x5C009A) is known color: Indigo. HEX triplet: 5C, 00 and 9A. RGB value is (92,0,154). Sum of RGB (Red+Green+Blue) = 92+0+154=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C009A is #A3FF65. Grayscale: #2C2C2C. Windows color (decimal): -10747750 or 10092636. OLE color: 10092636.
HSL color Cylindrical-coordinate representation of color #5C009A: hue angle of 275.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C009A is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 0 | 154 | - |
| CMYK | 0.40 | 1 | 0 | 0.40 |
| HSL | 275.84º | 1% | 0.3% | - |
| HSV(B) | 275.84º | 1% | 0.6% | - |
| XYZ | 10.25 | 4.61 | 30.92 | - |
| YUV | 45.06 | 189.48 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 154 | 0.40 | 1 | 0 | 0.40 | 275.84 | 1 | 0.3 |
| Hex | 5C | 0 | 9A | 28 | 64 | 0 | 28 | 114 | 64 | 1E |
| Octal | 134 | 0 | 232 | 50 | 144 | 0 | 50 | 424 | 144 | 36 |
| Binary | 1011100 | 0 | 10011010 | 101000 | 1100100 | 0 | 101000 | 100010100 | 1100100 | 11110 |
Color Harmonies of #5C009A
Complementary color
Monochromatic Colors of #5C009A
Black with #5C009A
Text Example
Text Example
White with #5C009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C009A; }
p { color: rgb(92,0,154); }
H1.HeaderClassName
{
color: #5C009A;
}
.AnyTagClassName
{
color: #5C009A;
}
</style>
background-color css
<style>
a { background-color: #5C009A; }
a { background-color: rgb(92,0,154); }
div.DivClassName
{
background-color: #5C009A;
}
.BgClassName
{
background-color: #5C009A;
}
</style>
border-color css
<style>
span { border-color: #5C009A; }
span { border-color: rgb(92,0,154); }
td.TdClassName
{
border-color: #5C009A;
}
.TagClassName
{
border-color: #5C009A;
}
</style>