Shades of Indigo #5E0392
Tints of Indigo #5E0392
RGB
CMYK
RGB Variations
Color information
#5E0392 (or 0x5E0392) is known color: Indigo. HEX triplet: 5E, 03 and 92. RGB value is (94,3,146). Sum of RGB (Red+Green+Blue) = 94+3+146=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E0392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0392 is #A1FC6D. Grayscale: #2E2E2E. Windows color (decimal): -10615918 or 9569118. OLE color: 9569118.
HSL color Cylindrical-coordinate representation of color #5E0392: hue angle of 278.18º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0392 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 3 | 146 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.43 |
| HSL | 278.18º | 0.96% | 0.29% | - |
| HSV(B) | 278.18º | 0.98% | 0.57% | - |
| XYZ | 9.84 | 4.52 | 27.55 | - |
| YUV | 46.51 | 184.15 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 146 | 0.36 | 0.98 | 0 | 0.43 | 278.18 | 0.96 | 0.29 |
| Hex | 5E | 3 | 92 | 24 | 62 | 0 | 2B | 116 | 60 | 1D |
| Octal | 136 | 3 | 222 | 44 | 142 | 0 | 53 | 426 | 140 | 35 |
| Binary | 1011110 | 11 | 10010010 | 100100 | 1100010 | 0 | 101011 | 100010110 | 1100000 | 11101 |
Color Harmonies of #5E0392
Complementary color
Monochromatic Colors of #5E0392
Black with #5E0392
Text Example
Text Example
White with #5E0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0392; }
p { color: rgb(94,3,146); }
H1.HeaderClassName
{
color: #5E0392;
}
.AnyTagClassName
{
color: #5E0392;
}
</style>
background-color css
<style>
a { background-color: #5E0392; }
a { background-color: rgb(94,3,146); }
div.DivClassName
{
background-color: #5E0392;
}
.BgClassName
{
background-color: #5E0392;
}
</style>
border-color css
<style>
span { border-color: #5E0392; }
span { border-color: rgb(94,3,146); }
td.TdClassName
{
border-color: #5E0392;
}
.TagClassName
{
border-color: #5E0392;
}
</style>