Shades of Electric Indigo #620FEB
Tints of Electric Indigo #620FEB
RGB
CMYK
RGB Variations
Color information
#620FEB (or 0x620FEB) is known color: Electric Indigo. HEX triplet: 62, 0F and EB. RGB value is (98,15,235). Sum of RGB (Red+Green+Blue) = 98+15+235=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #620FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FEB is #9DF014. Grayscale: #404040. Windows color (decimal): -10350613 or 15404898. OLE color: 15404898.
HSL color Cylindrical-coordinate representation of color #620FEB: hue angle of 262.64º 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 #620FEB is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 15 | 235 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.08 |
| HSL | 262.64º | 0.88% | 0.49% | - |
| HSV(B) | 262.64º | 0.94% | 0.92% | - |
| XYZ | 20.2 | 8.94 | 79.26 | - |
| YUV | 64.9 | 224 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 235 | 0.58 | 0.94 | 0 | 0.08 | 262.64 | 0.88 | 0.49 |
| Hex | 62 | F | EB | 3A | 5E | 0 | 8 | 107 | 58 | 31 |
| Octal | 142 | 17 | 353 | 72 | 136 | 0 | 10 | 407 | 130 | 61 |
| Binary | 1100010 | 1111 | 11101011 | 111010 | 1011110 | 0 | 1000 | 100000111 | 1011000 | 110001 |
Color Harmonies of #620FEB
Complementary color
Monochromatic Colors of #620FEB
Black with #620FEB
Text Example
Text Example
White with #620FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FEB; }
p { color: rgb(98,15,235); }
H1.HeaderClassName
{
color: #620FEB;
}
.AnyTagClassName
{
color: #620FEB;
}
</style>
background-color css
<style>
a { background-color: #620FEB; }
a { background-color: rgb(98,15,235); }
div.DivClassName
{
background-color: #620FEB;
}
.BgClassName
{
background-color: #620FEB;
}
</style>
border-color css
<style>
span { border-color: #620FEB; }
span { border-color: rgb(98,15,235); }
td.TdClassName
{
border-color: #620FEB;
}
.TagClassName
{
border-color: #620FEB;
}
</style>