Shades of Indigo #5E197B
Tints of Indigo #5E197B
RGB
CMYK
RGB Variations
Color information
#5E197B (or 0x5E197B) is known color: Indigo. HEX triplet: 5E, 19 and 7B. RGB value is (94,25,123). Sum of RGB (Red+Green+Blue) = 94+25+123=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E197B is #A1E684. Grayscale: #383838. Windows color (decimal): -10610309 or 8067422. OLE color: 8067422.
HSL color Cylindrical-coordinate representation of color #5E197B: hue angle of 282.24º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E197B is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 25 | 123 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.52 |
| HSL | 282.24º | 0.66% | 0.29% | - |
| HSV(B) | 282.24º | 0.8% | 0.48% | - |
| XYZ | 8.54 | 4.51 | 19.16 | - |
| YUV | 56.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 123 | 0.24 | 0.80 | 0 | 0.52 | 282.24 | 0.66 | 0.29 |
| Hex | 5E | 19 | 7B | 18 | 50 | 0 | 34 | 11A | 42 | 1D |
| Octal | 136 | 31 | 173 | 30 | 120 | 0 | 64 | 432 | 102 | 35 |
| Binary | 1011110 | 11001 | 1111011 | 11000 | 1010000 | 0 | 110100 | 100011010 | 1000010 | 11101 |
Color Harmonies of #5E197B
Complementary color
Monochromatic Colors of #5E197B
Black with #5E197B
Text Example
Text Example
White with #5E197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E197B; }
p { color: rgb(94,25,123); }
H1.HeaderClassName
{
color: #5E197B;
}
.AnyTagClassName
{
color: #5E197B;
}
</style>
background-color css
<style>
a { background-color: #5E197B; }
a { background-color: rgb(94,25,123); }
div.DivClassName
{
background-color: #5E197B;
}
.BgClassName
{
background-color: #5E197B;
}
</style>
border-color css
<style>
span { border-color: #5E197B; }
span { border-color: rgb(94,25,123); }
td.TdClassName
{
border-color: #5E197B;
}
.TagClassName
{
border-color: #5E197B;
}
</style>