Shades of Electric Indigo #620FF1
Tints of Electric Indigo #620FF1
RGB
CMYK
RGB Variations
Color information
#620FF1 (or 0x620FF1) is known color: Electric Indigo. HEX triplet: 62, 0F and F1. RGB value is (98,15,241). Sum of RGB (Red+Green+Blue) = 98+15+241=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #620FF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FF1 is #9DF00E. Grayscale: #404040. Windows color (decimal): -10350607 or 15798114. OLE color: 15798114.
HSL color Cylindrical-coordinate representation of color #620FF1: hue angle of 262.04º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620FF1 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 15 | 241 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.05 |
| HSL | 262.04º | 0.89% | 0.5% | - |
| HSV(B) | 262.04º | 0.94% | 0.95% | - |
| XYZ | 21.09 | 9.29 | 83.9 | - |
| YUV | 65.58 | 227 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 241 | 0.59 | 0.94 | 0 | 0.05 | 262.04 | 0.89 | 0.5 |
| Hex | 62 | F | F1 | 3B | 5E | 0 | 5 | 106 | 59 | 32 |
| Octal | 142 | 17 | 361 | 73 | 136 | 0 | 5 | 406 | 131 | 62 |
| Binary | 1100010 | 1111 | 11110001 | 111011 | 1011110 | 0 | 101 | 100000110 | 1011001 | 110010 |
Color Harmonies of #620FF1
Complementary color
Monochromatic Colors of #620FF1
Black with #620FF1
Text Example
Text Example
White with #620FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FF1; }
p { color: rgb(98,15,241); }
H1.HeaderClassName
{
color: #620FF1;
}
.AnyTagClassName
{
color: #620FF1;
}
</style>
background-color css
<style>
a { background-color: #620FF1; }
a { background-color: rgb(98,15,241); }
div.DivClassName
{
background-color: #620FF1;
}
.BgClassName
{
background-color: #620FF1;
}
</style>
border-color css
<style>
span { border-color: #620FF1; }
span { border-color: rgb(98,15,241); }
td.TdClassName
{
border-color: #620FF1;
}
.TagClassName
{
border-color: #620FF1;
}
</style>