Shades of Electric Indigo #620EE4
Tints of Electric Indigo #620EE4
RGB
CMYK
RGB Variations
Color information
#620EE4 (or 0x620EE4) is known color: Electric Indigo. HEX triplet: 62, 0E and E4. RGB value is (98,14,228). Sum of RGB (Red+Green+Blue) = 98+14+228=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 228 (89.45% from 255 or 67.06% from 340); Max value from RGB is 228 - color contains mainly: blue. Hex color #620EE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620EE4 is #9DF11B. Grayscale: #3E3E3E. Windows color (decimal): -10350876 or 14945890. OLE color: 14945890.
HSL color Cylindrical-coordinate representation of color #620EE4: hue angle of 263.55º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EE4 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 14 | 228 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.11 |
| HSL | 263.55º | 0.88% | 0.47% | - |
| HSV(B) | 263.55º | 0.94% | 0.89% | - |
| XYZ | 19.2 | 8.51 | 74.03 | - |
| YUV | 63.51 | 220.83 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 228 | 0.57 | 0.94 | 0 | 0.11 | 263.55 | 0.88 | 0.47 |
| Hex | 62 | E | E4 | 39 | 5E | 0 | B | 108 | 58 | 2F |
| Octal | 142 | 16 | 344 | 71 | 136 | 0 | 13 | 410 | 130 | 57 |
| Binary | 1100010 | 1110 | 11100100 | 111001 | 1011110 | 0 | 1011 | 100001000 | 1011000 | 101111 |
Color Harmonies of #620EE4
Complementary color
Monochromatic Colors of #620EE4
Black with #620EE4
Text Example
Text Example
White with #620EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620EE4; }
p { color: rgb(98,14,228); }
H1.HeaderClassName
{
color: #620EE4;
}
.AnyTagClassName
{
color: #620EE4;
}
</style>
background-color css
<style>
a { background-color: #620EE4; }
a { background-color: rgb(98,14,228); }
div.DivClassName
{
background-color: #620EE4;
}
.BgClassName
{
background-color: #620EE4;
}
</style>
border-color css
<style>
span { border-color: #620EE4; }
span { border-color: rgb(98,14,228); }
td.TdClassName
{
border-color: #620EE4;
}
.TagClassName
{
border-color: #620EE4;
}
</style>