Shades of Indigo #5E169C
Tints of Indigo #5E169C
RGB
CMYK
RGB Variations
Color information
#5E169C (or 0x5E169C) is known color: Indigo. HEX triplet: 5E, 16 and 9C. RGB value is (94,22,156). Sum of RGB (Red+Green+Blue) = 94+22+156=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E169C is #A1E963. Grayscale: #3A3A3A. Windows color (decimal): -10611044 or 10229342. OLE color: 10229342.
HSL color Cylindrical-coordinate representation of color #5E169C: hue angle of 272.24º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E169C is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 22 | 156 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.39 |
| HSL | 272.24º | 0.75% | 0.35% | - |
| HSV(B) | 272.24º | 0.86% | 0.61% | - |
| XYZ | 10.9 | 5.35 | 31.91 | - |
| YUV | 58.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 156 | 0.40 | 0.86 | 0 | 0.39 | 272.24 | 0.75 | 0.35 |
| Hex | 5E | 16 | 9C | 28 | 56 | 0 | 27 | 110 | 4B | 23 |
| Octal | 136 | 26 | 234 | 50 | 126 | 0 | 47 | 420 | 113 | 43 |
| Binary | 1011110 | 10110 | 10011100 | 101000 | 1010110 | 0 | 100111 | 100010000 | 1001011 | 100011 |
Color Harmonies of #5E169C
Complementary color
Monochromatic Colors of #5E169C
Black with #5E169C
Text Example
Text Example
White with #5E169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E169C; }
p { color: rgb(94,22,156); }
H1.HeaderClassName
{
color: #5E169C;
}
.AnyTagClassName
{
color: #5E169C;
}
</style>
background-color css
<style>
a { background-color: #5E169C; }
a { background-color: rgb(94,22,156); }
div.DivClassName
{
background-color: #5E169C;
}
.BgClassName
{
background-color: #5E169C;
}
</style>
border-color css
<style>
span { border-color: #5E169C; }
span { border-color: rgb(94,22,156); }
td.TdClassName
{
border-color: #5E169C;
}
.TagClassName
{
border-color: #5E169C;
}
</style>