Shades of Electric Indigo #5E02DC
Tints of Electric Indigo #5E02DC
RGB
CMYK
RGB Variations
Color information
#5E02DC (or 0x5E02DC) is known color: Electric Indigo. HEX triplet: 5E, 02 and DC. RGB value is (94,2,220). Sum of RGB (Red+Green+Blue) = 94+2+220=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E02DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02DC is #A1FD23. Grayscale: #353535. Windows color (decimal): -10616100 or 14418526. OLE color: 14418526.
HSL color Cylindrical-coordinate representation of color #5E02DC: hue angle of 265.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02DC is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 2 | 220 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.14 |
| HSL | 265.32º | 0.98% | 0.44% | - |
| HSV(B) | 265.32º | 0.99% | 0.86% | - |
| XYZ | 17.56 | 7.59 | 68.25 | - |
| YUV | 54.36 | 221.48 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 220 | 0.57 | 0.99 | 0 | 0.14 | 265.32 | 0.98 | 0.44 |
| Hex | 5E | 2 | DC | 39 | 63 | 0 | E | 109 | 62 | 2C |
| Octal | 136 | 2 | 334 | 71 | 143 | 0 | 16 | 411 | 142 | 54 |
| Binary | 1011110 | 10 | 11011100 | 111001 | 1100011 | 0 | 1110 | 100001001 | 1100010 | 101100 |
Color Harmonies of #5E02DC
Complementary color
Monochromatic Colors of #5E02DC
Black with #5E02DC
Text Example
Text Example
White with #5E02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02DC; }
p { color: rgb(94,2,220); }
H1.HeaderClassName
{
color: #5E02DC;
}
.AnyTagClassName
{
color: #5E02DC;
}
</style>
background-color css
<style>
a { background-color: #5E02DC; }
a { background-color: rgb(94,2,220); }
div.DivClassName
{
background-color: #5E02DC;
}
.BgClassName
{
background-color: #5E02DC;
}
</style>
border-color css
<style>
span { border-color: #5E02DC; }
span { border-color: rgb(94,2,220); }
td.TdClassName
{
border-color: #5E02DC;
}
.TagClassName
{
border-color: #5E02DC;
}
</style>