Shades of Indigo #5E0093
Tints of Indigo #5E0093
RGB
CMYK
RGB Variations
Color information
#5E0093 (or 0x5E0093) is known color: Indigo. HEX triplet: 5E, 00 and 93. RGB value is (94,0,147). Sum of RGB (Red+Green+Blue) = 94+0+147=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0093 is #A1FF6C. Grayscale: #2C2C2C. Windows color (decimal): -10616685 or 9633886. OLE color: 9633886.
HSL color Cylindrical-coordinate representation of color #5E0093: hue angle of 278.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0093 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 0 | 147 | - |
| CMYK | 0.36 | 1 | 0 | 0.42 |
| HSL | 278.37º | 1% | 0.29% | - |
| HSV(B) | 278.37º | 1% | 0.58% | - |
| XYZ | 9.88 | 4.49 | 27.95 | - |
| YUV | 44.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 147 | 0.36 | 1 | 0 | 0.42 | 278.37 | 1 | 0.29 |
| Hex | 5E | 0 | 93 | 24 | 64 | 0 | 2A | 116 | 64 | 1D |
| Octal | 136 | 0 | 223 | 44 | 144 | 0 | 52 | 426 | 144 | 35 |
| Binary | 1011110 | 0 | 10010011 | 100100 | 1100100 | 0 | 101010 | 100010110 | 1100100 | 11101 |
Color Harmonies of #5E0093
Complementary color
Monochromatic Colors of #5E0093
Black with #5E0093
Text Example
Text Example
White with #5E0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0093; }
p { color: rgb(94,0,147); }
H1.HeaderClassName
{
color: #5E0093;
}
.AnyTagClassName
{
color: #5E0093;
}
</style>
background-color css
<style>
a { background-color: #5E0093; }
a { background-color: rgb(94,0,147); }
div.DivClassName
{
background-color: #5E0093;
}
.BgClassName
{
background-color: #5E0093;
}
</style>
border-color css
<style>
span { border-color: #5E0093; }
span { border-color: rgb(94,0,147); }
td.TdClassName
{
border-color: #5E0093;
}
.TagClassName
{
border-color: #5E0093;
}
</style>