Shades of Electric Indigo #5D02EB
Tints of Electric Indigo #5D02EB
RGB
CMYK
RGB Variations
Color information
#5D02EB (or 0x5D02EB) is known color: Electric Indigo. HEX triplet: 5D, 02 and EB. RGB value is (93,2,235). Sum of RGB (Red+Green+Blue) = 93+2+235=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D02EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D02EB is #A2FD14. Grayscale: #363636. Windows color (decimal): -10681621 or 15401565. OLE color: 15401565.
HSL color Cylindrical-coordinate representation of color #5D02EB: hue angle of 263.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02EB is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 2 | 235 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.08 |
| HSL | 263.43º | 0.98% | 0.46% | - |
| HSV(B) | 263.43º | 0.99% | 0.92% | - |
| XYZ | 19.53 | 8.37 | 79.18 | - |
| YUV | 55.77 | 229.15 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 235 | 0.60 | 0.99 | 0 | 0.08 | 263.43 | 0.98 | 0.46 |
| Hex | 5D | 2 | EB | 3C | 63 | 0 | 8 | 107 | 62 | 2E |
| Octal | 135 | 2 | 353 | 74 | 143 | 0 | 10 | 407 | 142 | 56 |
| Binary | 1011101 | 10 | 11101011 | 111100 | 1100011 | 0 | 1000 | 100000111 | 1100010 | 101110 |
Color Harmonies of #5D02EB
Complementary color
Monochromatic Colors of #5D02EB
Black with #5D02EB
Text Example
Text Example
White with #5D02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D02EB; }
p { color: rgb(93,2,235); }
H1.HeaderClassName
{
color: #5D02EB;
}
.AnyTagClassName
{
color: #5D02EB;
}
</style>
background-color css
<style>
a { background-color: #5D02EB; }
a { background-color: rgb(93,2,235); }
div.DivClassName
{
background-color: #5D02EB;
}
.BgClassName
{
background-color: #5D02EB;
}
</style>
border-color css
<style>
span { border-color: #5D02EB; }
span { border-color: rgb(93,2,235); }
td.TdClassName
{
border-color: #5D02EB;
}
.TagClassName
{
border-color: #5D02EB;
}
</style>