Shades of Indigo #5E0383
Tints of Indigo #5E0383
RGB
CMYK
RGB Variations
Color information
#5E0383 (or 0x5E0383) is known color: Indigo. HEX triplet: 5E, 03 and 83. RGB value is (94,3,131). Sum of RGB (Red+Green+Blue) = 94+3+131=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E0383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0383 is #A1FC7C. Grayscale: #2C2C2C. Windows color (decimal): -10615933 or 8586078. OLE color: 8586078.
HSL color Cylindrical-coordinate representation of color #5E0383: hue angle of 282.66º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0383 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 3 | 131 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.49 |
| HSL | 282.66º | 0.96% | 0.26% | - |
| HSV(B) | 282.66º | 0.98% | 0.51% | - |
| XYZ | 8.75 | 4.08 | 21.8 | - |
| YUV | 44.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 131 | 0.28 | 0.98 | 0 | 0.49 | 282.66 | 0.96 | 0.26 |
| Hex | 5E | 3 | 83 | 1C | 62 | 0 | 31 | 11B | 60 | 1A |
| Octal | 136 | 3 | 203 | 34 | 142 | 0 | 61 | 433 | 140 | 32 |
| Binary | 1011110 | 11 | 10000011 | 11100 | 1100010 | 0 | 110001 | 100011011 | 1100000 | 11010 |
Color Harmonies of #5E0383
Complementary color
Monochromatic Colors of #5E0383
Black with #5E0383
Text Example
Text Example
White with #5E0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0383; }
p { color: rgb(94,3,131); }
H1.HeaderClassName
{
color: #5E0383;
}
.AnyTagClassName
{
color: #5E0383;
}
</style>
background-color css
<style>
a { background-color: #5E0383; }
a { background-color: rgb(94,3,131); }
div.DivClassName
{
background-color: #5E0383;
}
.BgClassName
{
background-color: #5E0383;
}
</style>
border-color css
<style>
span { border-color: #5E0383; }
span { border-color: rgb(94,3,131); }
td.TdClassName
{
border-color: #5E0383;
}
.TagClassName
{
border-color: #5E0383;
}
</style>