Shades of Electric Indigo #620EEE
Tints of Electric Indigo #620EEE
RGB
CMYK
RGB Variations
Color information
#620EEE (or 0x620EEE) is known color: Electric Indigo. HEX triplet: 62, 0E and EE. RGB value is (98,14,238). Sum of RGB (Red+Green+Blue) = 98+14+238=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #620EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620EEE is #9DF111. Grayscale: #3F3F3F. Windows color (decimal): -10350866 or 15601250. OLE color: 15601250.
HSL color Cylindrical-coordinate representation of color #620EEE: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EEE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 14 | 238 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.07 |
| HSL | 262.5º | 0.89% | 0.49% | - |
| HSV(B) | 262.5º | 0.94% | 0.93% | - |
| XYZ | 20.63 | 9.08 | 81.56 | - |
| YUV | 64.65 | 225.83 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 238 | 0.59 | 0.94 | 0 | 0.07 | 262.5 | 0.89 | 0.49 |
| Hex | 62 | E | EE | 3B | 5E | 0 | 7 | 106 | 59 | 31 |
| Octal | 142 | 16 | 356 | 73 | 136 | 0 | 7 | 406 | 131 | 61 |
| Binary | 1100010 | 1110 | 11101110 | 111011 | 1011110 | 0 | 111 | 100000110 | 1011001 | 110001 |
Color Harmonies of #620EEE
Complementary color
Monochromatic Colors of #620EEE
Black with #620EEE
Text Example
Text Example
White with #620EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620EEE; }
p { color: rgb(98,14,238); }
H1.HeaderClassName
{
color: #620EEE;
}
.AnyTagClassName
{
color: #620EEE;
}
</style>
background-color css
<style>
a { background-color: #620EEE; }
a { background-color: rgb(98,14,238); }
div.DivClassName
{
background-color: #620EEE;
}
.BgClassName
{
background-color: #620EEE;
}
</style>
border-color css
<style>
span { border-color: #620EEE; }
span { border-color: rgb(98,14,238); }
td.TdClassName
{
border-color: #620EEE;
}
.TagClassName
{
border-color: #620EEE;
}
</style>