Shades of Electric Indigo #620CE7
Tints of Electric Indigo #620CE7
RGB
CMYK
RGB Variations
Color information
#620CE7 (or 0x620CE7) is known color: Electric Indigo. HEX triplet: 62, 0C and E7. RGB value is (98,12,231). Sum of RGB (Red+Green+Blue) = 98+12+231=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 231 (90.62% from 255 or 67.74% from 341); Max value from RGB is 231 - color contains mainly: blue. Hex color #620CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CE7 is #9DF318. Grayscale: #3D3D3D. Windows color (decimal): -10351385 or 15141986. OLE color: 15141986.
HSL color Cylindrical-coordinate representation of color #620CE7: hue angle of 263.56º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CE7 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 12 | 231 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.09 |
| HSL | 263.56º | 0.9% | 0.48% | - |
| HSV(B) | 263.56º | 0.95% | 0.91% | - |
| XYZ | 19.59 | 8.63 | 76.23 | - |
| YUV | 62.68 | 222.99 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 231 | 0.58 | 0.95 | 0 | 0.09 | 263.56 | 0.9 | 0.48 |
| Hex | 62 | C | E7 | 3A | 5F | 0 | 9 | 108 | 5A | 30 |
| Octal | 142 | 14 | 347 | 72 | 137 | 0 | 11 | 410 | 132 | 60 |
| Binary | 1100010 | 1100 | 11100111 | 111010 | 1011111 | 0 | 1001 | 100001000 | 1011010 | 110000 |
Color Harmonies of #620CE7
Complementary color
Monochromatic Colors of #620CE7
Black with #620CE7
Text Example
Text Example
White with #620CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CE7; }
p { color: rgb(98,12,231); }
H1.HeaderClassName
{
color: #620CE7;
}
.AnyTagClassName
{
color: #620CE7;
}
</style>
background-color css
<style>
a { background-color: #620CE7; }
a { background-color: rgb(98,12,231); }
div.DivClassName
{
background-color: #620CE7;
}
.BgClassName
{
background-color: #620CE7;
}
</style>
border-color css
<style>
span { border-color: #620CE7; }
span { border-color: rgb(98,12,231); }
td.TdClassName
{
border-color: #620CE7;
}
.TagClassName
{
border-color: #620CE7;
}
</style>