Shades of Indigo #5E1284
Tints of Indigo #5E1284
RGB
CMYK
RGB Variations
Color information
#5E1284 (or 0x5E1284) is known color: Indigo. HEX triplet: 5E, 12 and 84. RGB value is (94,18,132). Sum of RGB (Red+Green+Blue) = 94+18+132=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1284 is #A1ED7B. Grayscale: #353535. Windows color (decimal): -10612092 or 8655454. OLE color: 8655454.
HSL color Cylindrical-coordinate representation of color #5E1284: hue angle of 280º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1284 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 18 | 132 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.48 |
| HSL | 280º | 0.76% | 0.29% | - |
| HSV(B) | 280º | 0.86% | 0.52% | - |
| XYZ | 9 | 4.48 | 22.22 | - |
| YUV | 53.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 132 | 0.29 | 0.86 | 0 | 0.48 | 280 | 0.76 | 0.29 |
| Hex | 5E | 12 | 84 | 1D | 56 | 0 | 30 | 118 | 4C | 1D |
| Octal | 136 | 22 | 204 | 35 | 126 | 0 | 60 | 430 | 114 | 35 |
| Binary | 1011110 | 10010 | 10000100 | 11101 | 1010110 | 0 | 110000 | 100011000 | 1001100 | 11101 |
Color Harmonies of #5E1284
Complementary color
Monochromatic Colors of #5E1284
Black with #5E1284
Text Example
Text Example
White with #5E1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1284; }
p { color: rgb(94,18,132); }
H1.HeaderClassName
{
color: #5E1284;
}
.AnyTagClassName
{
color: #5E1284;
}
</style>
background-color css
<style>
a { background-color: #5E1284; }
a { background-color: rgb(94,18,132); }
div.DivClassName
{
background-color: #5E1284;
}
.BgClassName
{
background-color: #5E1284;
}
</style>
border-color css
<style>
span { border-color: #5E1284; }
span { border-color: rgb(94,18,132); }
td.TdClassName
{
border-color: #5E1284;
}
.TagClassName
{
border-color: #5E1284;
}
</style>