Shades of Electric Indigo #5E02DA
Tints of Electric Indigo #5E02DA
RGB
CMYK
RGB Variations
Color information
#5E02DA (or 0x5E02DA) is known color: Electric Indigo. HEX triplet: 5E, 02 and DA. RGB value is (94,2,218). Sum of RGB (Red+Green+Blue) = 94+2+218=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E02DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02DA is #A1FD25. Grayscale: #353535. Windows color (decimal): -10616102 or 14287454. OLE color: 14287454.
HSL color Cylindrical-coordinate representation of color #5E02DA: hue angle of 265.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02DA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 2 | 218 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.15 |
| HSL | 265.56º | 0.98% | 0.43% | - |
| HSV(B) | 265.56º | 0.99% | 0.85% | - |
| XYZ | 17.29 | 7.49 | 66.86 | - |
| YUV | 54.13 | 220.48 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 218 | 0.57 | 0.99 | 0 | 0.15 | 265.56 | 0.98 | 0.43 |
| Hex | 5E | 2 | DA | 39 | 63 | 0 | F | 10A | 62 | 2B |
| Octal | 136 | 2 | 332 | 71 | 143 | 0 | 17 | 412 | 142 | 53 |
| Binary | 1011110 | 10 | 11011010 | 111001 | 1100011 | 0 | 1111 | 100001010 | 1100010 | 101011 |
Color Harmonies of #5E02DA
Complementary color
Monochromatic Colors of #5E02DA
Black with #5E02DA
Text Example
Text Example
White with #5E02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02DA; }
p { color: rgb(94,2,218); }
H1.HeaderClassName
{
color: #5E02DA;
}
.AnyTagClassName
{
color: #5E02DA;
}
</style>
background-color css
<style>
a { background-color: #5E02DA; }
a { background-color: rgb(94,2,218); }
div.DivClassName
{
background-color: #5E02DA;
}
.BgClassName
{
background-color: #5E02DA;
}
</style>
border-color css
<style>
span { border-color: #5E02DA; }
span { border-color: rgb(94,2,218); }
td.TdClassName
{
border-color: #5E02DA;
}
.TagClassName
{
border-color: #5E02DA;
}
</style>