Shades of Indigo #5C039A
Tints of Indigo #5C039A
RGB
CMYK
RGB Variations
Color information
#5C039A (or 0x5C039A) is known color: Indigo. HEX triplet: 5C, 03 and 9A. RGB value is (92,3,154). Sum of RGB (Red+Green+Blue) = 92+3+154=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C039A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C039A is #A3FC65. Grayscale: #2E2E2E. Windows color (decimal): -10746982 or 10093404. OLE color: 10093404.
HSL color Cylindrical-coordinate representation of color #5C039A: hue angle of 275.36º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C039A is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 3 | 154 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.40 |
| HSL | 275.36º | 0.96% | 0.31% | - |
| HSV(B) | 275.36º | 0.98% | 0.6% | - |
| XYZ | 10.28 | 4.67 | 30.93 | - |
| YUV | 46.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 154 | 0.40 | 0.98 | 0 | 0.40 | 275.36 | 0.96 | 0.31 |
| Hex | 5C | 3 | 9A | 28 | 62 | 0 | 28 | 113 | 60 | 1F |
| Octal | 134 | 3 | 232 | 50 | 142 | 0 | 50 | 423 | 140 | 37 |
| Binary | 1011100 | 11 | 10011010 | 101000 | 1100010 | 0 | 101000 | 100010011 | 1100000 | 11111 |
Color Harmonies of #5C039A
Complementary color
Monochromatic Colors of #5C039A
Black with #5C039A
Text Example
Text Example
White with #5C039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C039A; }
p { color: rgb(92,3,154); }
H1.HeaderClassName
{
color: #5C039A;
}
.AnyTagClassName
{
color: #5C039A;
}
</style>
background-color css
<style>
a { background-color: #5C039A; }
a { background-color: rgb(92,3,154); }
div.DivClassName
{
background-color: #5C039A;
}
.BgClassName
{
background-color: #5C039A;
}
</style>
border-color css
<style>
span { border-color: #5C039A; }
span { border-color: rgb(92,3,154); }
td.TdClassName
{
border-color: #5C039A;
}
.TagClassName
{
border-color: #5C039A;
}
</style>