Shades of Electric Indigo #5E05FF
Tints of Electric Indigo #5E05FF
RGB
CMYK
RGB Variations
Color information
#5E05FF (or 0x5E05FF) is known color: Electric Indigo. HEX triplet: 5E, 05 and FF. RGB value is (94,5,255). Sum of RGB (Red+Green+Blue) = 94+5+255=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E05FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E05FF is #A1FA00. Grayscale: #3B3B3B. Windows color (decimal): -10615297 or 16713054. OLE color: 16713054.
HSL color Cylindrical-coordinate representation of color #5E05FF: hue angle of 261.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E05FF is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 5 | 255 | - |
| CMYK | 0.63 | 0.98 | 0 | 0 |
| HSL | 261.36º | 1% | 0.51% | - |
| HSV(B) | 261.36º | 0.98% | 1% | - |
| XYZ | 22.72 | 9.71 | 95.28 | - |
| YUV | 60.11 | 237.99 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 255 | 0.63 | 0.98 | 0 | 0 | 261.36 | 1 | 0.51 |
| Hex | 5E | 5 | FF | 3F | 62 | 0 | 0 | 105 | 64 | 33 |
| Octal | 136 | 5 | 377 | 77 | 142 | 0 | 0 | 405 | 144 | 63 |
| Binary | 1011110 | 101 | 11111111 | 111111 | 1100010 | 0 | 0 | 100000101 | 1100100 | 110011 |
Color Harmonies of #5E05FF
Complementary color
Monochromatic Colors of #5E05FF
Black with #5E05FF
Text Example
Text Example
White with #5E05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E05FF; }
p { color: rgb(94,5,255); }
H1.HeaderClassName
{
color: #5E05FF;
}
.AnyTagClassName
{
color: #5E05FF;
}
</style>
background-color css
<style>
a { background-color: #5E05FF; }
a { background-color: rgb(94,5,255); }
div.DivClassName
{
background-color: #5E05FF;
}
.BgClassName
{
background-color: #5E05FF;
}
</style>
border-color css
<style>
span { border-color: #5E05FF; }
span { border-color: rgb(94,5,255); }
td.TdClassName
{
border-color: #5E05FF;
}
.TagClassName
{
border-color: #5E05FF;
}
</style>