Shades of Electric Indigo #620CE2
Tints of Electric Indigo #620CE2
RGB
CMYK
RGB Variations
Color information
#620CE2 (or 0x620CE2) is known color: Electric Indigo. HEX triplet: 62, 0C and E2. RGB value is (98,12,226). Sum of RGB (Red+Green+Blue) = 98+12+226=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 226 (88.67% from 255 or 67.26% from 336); Max value from RGB is 226 - color contains mainly: blue. Hex color #620CE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CE2 is #9DF31D. Grayscale: #3D3D3D. Windows color (decimal): -10351390 or 14814306. OLE color: 14814306.
HSL color Cylindrical-coordinate representation of color #620CE2: hue angle of 264.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CE2 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 12 | 226 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.11 |
| HSL | 264.11º | 0.9% | 0.47% | - |
| HSV(B) | 264.11º | 0.95% | 0.89% | - |
| XYZ | 18.9 | 8.35 | 72.57 | - |
| YUV | 62.11 | 220.49 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 226 | 0.57 | 0.95 | 0 | 0.11 | 264.11 | 0.9 | 0.47 |
| Hex | 62 | C | E2 | 39 | 5F | 0 | B | 108 | 5A | 2F |
| Octal | 142 | 14 | 342 | 71 | 137 | 0 | 13 | 410 | 132 | 57 |
| Binary | 1100010 | 1100 | 11100010 | 111001 | 1011111 | 0 | 1011 | 100001000 | 1011010 | 101111 |
Color Harmonies of #620CE2
Complementary color
Monochromatic Colors of #620CE2
Black with #620CE2
Text Example
Text Example
White with #620CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CE2; }
p { color: rgb(98,12,226); }
H1.HeaderClassName
{
color: #620CE2;
}
.AnyTagClassName
{
color: #620CE2;
}
</style>
background-color css
<style>
a { background-color: #620CE2; }
a { background-color: rgb(98,12,226); }
div.DivClassName
{
background-color: #620CE2;
}
.BgClassName
{
background-color: #620CE2;
}
</style>
border-color css
<style>
span { border-color: #620CE2; }
span { border-color: rgb(98,12,226); }
td.TdClassName
{
border-color: #620CE2;
}
.TagClassName
{
border-color: #620CE2;
}
</style>