Shades of Indigo #5E039C
Tints of Indigo #5E039C
RGB
CMYK
RGB Variations
Color information
#5E039C (or 0x5E039C) is known color: Indigo. HEX triplet: 5E, 03 and 9C. RGB value is (94,3,156). Sum of RGB (Red+Green+Blue) = 94+3+156=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E039C is #A1FC63. Grayscale: #2F2F2F. Windows color (decimal): -10615908 or 10224478. OLE color: 10224478.
HSL color Cylindrical-coordinate representation of color #5E039C: hue angle of 275.69º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E039C is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 3 | 156 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.39 |
| HSL | 275.69º | 0.96% | 0.31% | - |
| HSV(B) | 275.69º | 0.98% | 0.61% | - |
| XYZ | 10.65 | 4.85 | 31.83 | - |
| YUV | 47.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 156 | 0.40 | 0.98 | 0 | 0.39 | 275.69 | 0.96 | 0.31 |
| Hex | 5E | 3 | 9C | 28 | 62 | 0 | 27 | 114 | 60 | 1F |
| Octal | 136 | 3 | 234 | 50 | 142 | 0 | 47 | 424 | 140 | 37 |
| Binary | 1011110 | 11 | 10011100 | 101000 | 1100010 | 0 | 100111 | 100010100 | 1100000 | 11111 |
Color Harmonies of #5E039C
Complementary color
Monochromatic Colors of #5E039C
Black with #5E039C
Text Example
Text Example
White with #5E039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E039C; }
p { color: rgb(94,3,156); }
H1.HeaderClassName
{
color: #5E039C;
}
.AnyTagClassName
{
color: #5E039C;
}
</style>
background-color css
<style>
a { background-color: #5E039C; }
a { background-color: rgb(94,3,156); }
div.DivClassName
{
background-color: #5E039C;
}
.BgClassName
{
background-color: #5E039C;
}
</style>
border-color css
<style>
span { border-color: #5E039C; }
span { border-color: rgb(94,3,156); }
td.TdClassName
{
border-color: #5E039C;
}
.TagClassName
{
border-color: #5E039C;
}
</style>