Shades of Electric Indigo #5E08DE
Tints of Electric Indigo #5E08DE
RGB
CMYK
RGB Variations
Color information
#5E08DE (or 0x5E08DE) is known color: Electric Indigo. HEX triplet: 5E, 08 and DE. RGB value is (94,8,222). Sum of RGB (Red+Green+Blue) = 94+8+222=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E08DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E08DE is #A1F721. Grayscale: #393939. Windows color (decimal): -10614562 or 14551134. OLE color: 14551134.
HSL color Cylindrical-coordinate representation of color #5E08DE: hue angle of 264.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E08DE is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 8 | 222 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.13 |
| HSL | 264.11º | 0.93% | 0.45% | - |
| HSV(B) | 264.11º | 0.96% | 0.87% | - |
| XYZ | 17.89 | 7.83 | 69.68 | - |
| YUV | 58.11 | 220.49 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 222 | 0.58 | 0.96 | 0 | 0.13 | 264.11 | 0.93 | 0.45 |
| Hex | 5E | 8 | DE | 3A | 60 | 0 | D | 108 | 5D | 2D |
| Octal | 136 | 10 | 336 | 72 | 140 | 0 | 15 | 410 | 135 | 55 |
| Binary | 1011110 | 1000 | 11011110 | 111010 | 1100000 | 0 | 1101 | 100001000 | 1011101 | 101101 |
Color Harmonies of #5E08DE
Complementary color
Monochromatic Colors of #5E08DE
Black with #5E08DE
Text Example
Text Example
White with #5E08DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08DE; }
p { color: rgb(94,8,222); }
H1.HeaderClassName
{
color: #5E08DE;
}
.AnyTagClassName
{
color: #5E08DE;
}
</style>
background-color css
<style>
a { background-color: #5E08DE; }
a { background-color: rgb(94,8,222); }
div.DivClassName
{
background-color: #5E08DE;
}
.BgClassName
{
background-color: #5E08DE;
}
</style>
border-color css
<style>
span { border-color: #5E08DE; }
span { border-color: rgb(94,8,222); }
td.TdClassName
{
border-color: #5E08DE;
}
.TagClassName
{
border-color: #5E08DE;
}
</style>