Shades of Indigo #5C019C
Tints of Indigo #5C019C
RGB
CMYK
RGB Variations
Color information
#5C019C (or 0x5C019C) is known color: Indigo. HEX triplet: 5C, 01 and 9C. RGB value is (92,1,156). Sum of RGB (Red+Green+Blue) = 92+1+156=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C019C is #A3FE63. Grayscale: #2D2D2D. Windows color (decimal): -10747492 or 10223964. OLE color: 10223964.
HSL color Cylindrical-coordinate representation of color #5C019C: hue angle of 275.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C019C is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 1 | 156 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.39 |
| HSL | 275.23º | 0.99% | 0.31% | - |
| HSV(B) | 275.23º | 0.99% | 0.61% | - |
| XYZ | 10.43 | 4.7 | 31.81 | - |
| YUV | 45.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 156 | 0.41 | 0.99 | 0 | 0.39 | 275.23 | 0.99 | 0.31 |
| Hex | 5C | 1 | 9C | 29 | 63 | 0 | 27 | 113 | 63 | 1F |
| Octal | 134 | 1 | 234 | 51 | 143 | 0 | 47 | 423 | 143 | 37 |
| Binary | 1011100 | 1 | 10011100 | 101001 | 1100011 | 0 | 100111 | 100010011 | 1100011 | 11111 |
Color Harmonies of #5C019C
Complementary color
Monochromatic Colors of #5C019C
Black with #5C019C
Text Example
Text Example
White with #5C019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C019C; }
p { color: rgb(92,1,156); }
H1.HeaderClassName
{
color: #5C019C;
}
.AnyTagClassName
{
color: #5C019C;
}
</style>
background-color css
<style>
a { background-color: #5C019C; }
a { background-color: rgb(92,1,156); }
div.DivClassName
{
background-color: #5C019C;
}
.BgClassName
{
background-color: #5C019C;
}
</style>
border-color css
<style>
span { border-color: #5C019C; }
span { border-color: rgb(92,1,156); }
td.TdClassName
{
border-color: #5C019C;
}
.TagClassName
{
border-color: #5C019C;
}
</style>