Shades of Electric Indigo #620CE0
Tints of Electric Indigo #620CE0
RGB
CMYK
RGB Variations
Color information
#620CE0 (or 0x620CE0) is known color: Electric Indigo. HEX triplet: 62, 0C and E0. RGB value is (98,12,224). Sum of RGB (Red+Green+Blue) = 98+12+224=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #620CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CE0 is #9DF31F. Grayscale: #3D3D3D. Windows color (decimal): -10351392 or 14683234. OLE color: 14683234.
HSL color Cylindrical-coordinate representation of color #620CE0: hue angle of 264.34º 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 #620CE0 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 12 | 224 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.12 |
| HSL | 264.34º | 0.9% | 0.46% | - |
| HSV(B) | 264.34º | 0.95% | 0.88% | - |
| XYZ | 18.62 | 8.24 | 71.13 | - |
| YUV | 61.88 | 219.49 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 224 | 0.56 | 0.95 | 0 | 0.12 | 264.34 | 0.9 | 0.46 |
| Hex | 62 | C | E0 | 38 | 5F | 0 | C | 108 | 5A | 2E |
| Octal | 142 | 14 | 340 | 70 | 137 | 0 | 14 | 410 | 132 | 56 |
| Binary | 1100010 | 1100 | 11100000 | 111000 | 1011111 | 0 | 1100 | 100001000 | 1011010 | 101110 |
Color Harmonies of #620CE0
Complementary color
Monochromatic Colors of #620CE0
Black with #620CE0
Text Example
Text Example
White with #620CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CE0; }
p { color: rgb(98,12,224); }
H1.HeaderClassName
{
color: #620CE0;
}
.AnyTagClassName
{
color: #620CE0;
}
</style>
background-color css
<style>
a { background-color: #620CE0; }
a { background-color: rgb(98,12,224); }
div.DivClassName
{
background-color: #620CE0;
}
.BgClassName
{
background-color: #620CE0;
}
</style>
border-color css
<style>
span { border-color: #620CE0; }
span { border-color: rgb(98,12,224); }
td.TdClassName
{
border-color: #620CE0;
}
.TagClassName
{
border-color: #620CE0;
}
</style>