Shades of Electric Indigo #620FE8
Tints of Electric Indigo #620FE8
RGB
CMYK
RGB Variations
Color information
#620FE8 (or 0x620FE8) is known color: Electric Indigo. HEX triplet: 62, 0F and E8. RGB value is (98,15,232). Sum of RGB (Red+Green+Blue) = 98+15+232=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #620FE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FE8 is #9DF017. Grayscale: #3F3F3F. Windows color (decimal): -10350616 or 15208290. OLE color: 15208290.
HSL color Cylindrical-coordinate representation of color #620FE8: hue angle of 262.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620FE8 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 15 | 232 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.09 |
| HSL | 262.95º | 0.88% | 0.48% | - |
| HSV(B) | 262.95º | 0.94% | 0.91% | - |
| XYZ | 19.77 | 8.76 | 76.99 | - |
| YUV | 64.56 | 222.5 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 232 | 0.58 | 0.94 | 0 | 0.09 | 262.95 | 0.88 | 0.48 |
| Hex | 62 | F | E8 | 3A | 5E | 0 | 9 | 107 | 58 | 30 |
| Octal | 142 | 17 | 350 | 72 | 136 | 0 | 11 | 407 | 130 | 60 |
| Binary | 1100010 | 1111 | 11101000 | 111010 | 1011110 | 0 | 1001 | 100000111 | 1011000 | 110000 |
Color Harmonies of #620FE8
Complementary color
Monochromatic Colors of #620FE8
Black with #620FE8
Text Example
Text Example
White with #620FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FE8; }
p { color: rgb(98,15,232); }
H1.HeaderClassName
{
color: #620FE8;
}
.AnyTagClassName
{
color: #620FE8;
}
</style>
background-color css
<style>
a { background-color: #620FE8; }
a { background-color: rgb(98,15,232); }
div.DivClassName
{
background-color: #620FE8;
}
.BgClassName
{
background-color: #620FE8;
}
</style>
border-color css
<style>
span { border-color: #620FE8; }
span { border-color: rgb(98,15,232); }
td.TdClassName
{
border-color: #620FE8;
}
.TagClassName
{
border-color: #620FE8;
}
</style>