Shades of Electric Indigo #620FEA
Tints of Electric Indigo #620FEA
RGB
CMYK
RGB Variations
Color information
#620FEA (or 0x620FEA) is known color: Electric Indigo. HEX triplet: 62, 0F and EA. RGB value is (98,15,234). Sum of RGB (Red+Green+Blue) = 98+15+234=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #620FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FEA is #9DF015. Grayscale: #3F3F3F. Windows color (decimal): -10350614 or 15339362. OLE color: 15339362.
HSL color Cylindrical-coordinate representation of color #620FEA: hue angle of 262.74º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620FEA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 15 | 234 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.08 |
| HSL | 262.74º | 0.88% | 0.49% | - |
| HSV(B) | 262.74º | 0.94% | 0.92% | - |
| XYZ | 20.06 | 8.88 | 78.5 | - |
| YUV | 64.78 | 223.5 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 234 | 0.58 | 0.94 | 0 | 0.08 | 262.74 | 0.88 | 0.49 |
| Hex | 62 | F | EA | 3A | 5E | 0 | 8 | 107 | 58 | 31 |
| Octal | 142 | 17 | 352 | 72 | 136 | 0 | 10 | 407 | 130 | 61 |
| Binary | 1100010 | 1111 | 11101010 | 111010 | 1011110 | 0 | 1000 | 100000111 | 1011000 | 110001 |
Color Harmonies of #620FEA
Complementary color
Monochromatic Colors of #620FEA
Black with #620FEA
Text Example
Text Example
White with #620FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FEA; }
p { color: rgb(98,15,234); }
H1.HeaderClassName
{
color: #620FEA;
}
.AnyTagClassName
{
color: #620FEA;
}
</style>
background-color css
<style>
a { background-color: #620FEA; }
a { background-color: rgb(98,15,234); }
div.DivClassName
{
background-color: #620FEA;
}
.BgClassName
{
background-color: #620FEA;
}
</style>
border-color css
<style>
span { border-color: #620FEA; }
span { border-color: rgb(98,15,234); }
td.TdClassName
{
border-color: #620FEA;
}
.TagClassName
{
border-color: #620FEA;
}
</style>