Shades of Electric Indigo #620CE1
Tints of Electric Indigo #620CE1
RGB
CMYK
RGB Variations
Color information
#620CE1 (or 0x620CE1) is known color: Electric Indigo. HEX triplet: 62, 0C and E1. RGB value is (98,12,225). Sum of RGB (Red+Green+Blue) = 98+12+225=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #620CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CE1 is #9DF31E. Grayscale: #3D3D3D. Windows color (decimal): -10351391 or 14748770. OLE color: 14748770.
HSL color Cylindrical-coordinate representation of color #620CE1: hue angle of 264.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CE1 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 12 | 225 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.12 |
| HSL | 264.23º | 0.9% | 0.46% | - |
| HSV(B) | 264.23º | 0.95% | 0.88% | - |
| XYZ | 18.76 | 8.3 | 71.85 | - |
| YUV | 62 | 219.99 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 225 | 0.56 | 0.95 | 0 | 0.12 | 264.23 | 0.9 | 0.46 |
| Hex | 62 | C | E1 | 38 | 5F | 0 | C | 108 | 5A | 2E |
| Octal | 142 | 14 | 341 | 70 | 137 | 0 | 14 | 410 | 132 | 56 |
| Binary | 1100010 | 1100 | 11100001 | 111000 | 1011111 | 0 | 1100 | 100001000 | 1011010 | 101110 |
Color Harmonies of #620CE1
Complementary color
Monochromatic Colors of #620CE1
Black with #620CE1
Text Example
Text Example
White with #620CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CE1; }
p { color: rgb(98,12,225); }
H1.HeaderClassName
{
color: #620CE1;
}
.AnyTagClassName
{
color: #620CE1;
}
</style>
background-color css
<style>
a { background-color: #620CE1; }
a { background-color: rgb(98,12,225); }
div.DivClassName
{
background-color: #620CE1;
}
.BgClassName
{
background-color: #620CE1;
}
</style>
border-color css
<style>
span { border-color: #620CE1; }
span { border-color: rgb(98,12,225); }
td.TdClassName
{
border-color: #620CE1;
}
.TagClassName
{
border-color: #620CE1;
}
</style>