Shades of Electric Indigo #5E01DA
Tints of Electric Indigo #5E01DA
RGB
CMYK
RGB Variations
Color information
#5E01DA (or 0x5E01DA) is known color: Electric Indigo. HEX triplet: 5E, 01 and DA. RGB value is (94,1,218). Sum of RGB (Red+Green+Blue) = 94+1+218=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E01DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E01DA is #A1FE25. Grayscale: #343434. Windows color (decimal): -10616358 or 14287198. OLE color: 14287198.
HSL color Cylindrical-coordinate representation of color #5E01DA: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01DA is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 1 | 218 | - |
| CMYK | 0.57 | 1.00 | 0 | 0.15 |
| HSL | 265.71º | 0.99% | 0.43% | - |
| HSV(B) | 265.71º | 1% | 0.85% | - |
| XYZ | 17.28 | 7.46 | 66.86 | - |
| YUV | 53.55 | 220.81 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 218 | 0.57 | 1.00 | 0 | 0.15 | 265.71 | 0.99 | 0.43 |
| Hex | 5E | 1 | DA | 39 | 64 | 0 | F | 10A | 63 | 2B |
| Octal | 136 | 1 | 332 | 71 | 144 | 0 | 17 | 412 | 143 | 53 |
| Binary | 1011110 | 1 | 11011010 | 111001 | 1100100 | 0 | 1111 | 100001010 | 1100011 | 101011 |
Color Harmonies of #5E01DA
Complementary color
Monochromatic Colors of #5E01DA
Black with #5E01DA
Text Example
Text Example
White with #5E01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01DA; }
p { color: rgb(94,1,218); }
H1.HeaderClassName
{
color: #5E01DA;
}
.AnyTagClassName
{
color: #5E01DA;
}
</style>
background-color css
<style>
a { background-color: #5E01DA; }
a { background-color: rgb(94,1,218); }
div.DivClassName
{
background-color: #5E01DA;
}
.BgClassName
{
background-color: #5E01DA;
}
</style>
border-color css
<style>
span { border-color: #5E01DA; }
span { border-color: rgb(94,1,218); }
td.TdClassName
{
border-color: #5E01DA;
}
.TagClassName
{
border-color: #5E01DA;
}
</style>