Shades of Indigo #5E137E
Tints of Indigo #5E137E
RGB
CMYK
RGB Variations
Color information
#5E137E (or 0x5E137E) is known color: Indigo. HEX triplet: 5E, 13 and 7E. RGB value is (94,19,126). Sum of RGB (Red+Green+Blue) = 94+19+126=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E137E is #A1EC81. Grayscale: #353535. Windows color (decimal): -10611842 or 8262494. OLE color: 8262494.
HSL color Cylindrical-coordinate representation of color #5E137E: hue angle of 282.06º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E137E is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 94 | 19 | 126 | - |
CMYK | 0.25 | 0.85 | 0 | 0.51 |
HSL | 282.06º | 0.74% | 0.28% | - |
HSV(B) | 282.06º | 0.85% | 0.49% | - |
XYZ | 8.61 | 4.35 | 20.12 | - |
YUV | 53.62 | 168.85 | 156.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 19 | 126 | 0.25 | 0.85 | 0 | 0.51 | 282.06 | 0.74 | 0.28 |
Hex | 5E | 13 | 7E | 19 | 55 | 0 | 33 | 11A | 4A | 1C |
Octal | 136 | 23 | 176 | 31 | 125 | 0 | 63 | 432 | 112 | 34 |
Binary | 1011110 | 10011 | 1111110 | 11001 | 1010101 | 0 | 110011 | 100011010 | 1001010 | 11100 |
Color Harmonies of #5E137E
Complementary color
Monochromatic Colors of #5E137E
Black with #5E137E
Text Example
Text Example
White with #5E137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E137E; }
p { color: rgb(94,19,126); }
H1.HeaderClassName
{
color: #5E137E;
}
.AnyTagClassName
{
color: #5E137E;
}
</style>
background-color css
<style>
a { background-color: #5E137E; }
a { background-color: rgb(94,19,126); }
div.DivClassName
{
background-color: #5E137E;
}
.BgClassName
{
background-color: #5E137E;
}
</style>
border-color css
<style>
span { border-color: #5E137E; }
span { border-color: rgb(94,19,126); }
td.TdClassName
{
border-color: #5E137E;
}
.TagClassName
{
border-color: #5E137E;
}
</style>