Shades of Electric Indigo #620CE3
Tints of Electric Indigo #620CE3
RGB
CMYK
RGB Variations
Color information
#620CE3 (or 0x620CE3) is known color: Electric Indigo. HEX triplet: 62, 0C and E3. RGB value is (98,12,227). Sum of RGB (Red+Green+Blue) = 98+12+227=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 227 (89.06% from 255 or 67.36% from 337); Max value from RGB is 227 - color contains mainly: blue. Hex color #620CE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CE3 is #9DF31C. Grayscale: #3D3D3D. Windows color (decimal): -10351389 or 14879842. OLE color: 14879842.
HSL color Cylindrical-coordinate representation of color #620CE3: hue angle of 264º 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 #620CE3 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 12 | 227 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.11 |
| HSL | 264º | 0.9% | 0.47% | - |
| HSV(B) | 264º | 0.95% | 0.89% | - |
| XYZ | 19.03 | 8.41 | 73.29 | - |
| YUV | 62.22 | 220.99 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 227 | 0.57 | 0.95 | 0 | 0.11 | 264 | 0.9 | 0.47 |
| Hex | 62 | C | E3 | 39 | 5F | 0 | B | 108 | 5A | 2F |
| Octal | 142 | 14 | 343 | 71 | 137 | 0 | 13 | 410 | 132 | 57 |
| Binary | 1100010 | 1100 | 11100011 | 111001 | 1011111 | 0 | 1011 | 100001000 | 1011010 | 101111 |
Color Harmonies of #620CE3
Complementary color
Monochromatic Colors of #620CE3
Black with #620CE3
Text Example
Text Example
White with #620CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CE3; }
p { color: rgb(98,12,227); }
H1.HeaderClassName
{
color: #620CE3;
}
.AnyTagClassName
{
color: #620CE3;
}
</style>
background-color css
<style>
a { background-color: #620CE3; }
a { background-color: rgb(98,12,227); }
div.DivClassName
{
background-color: #620CE3;
}
.BgClassName
{
background-color: #620CE3;
}
</style>
border-color css
<style>
span { border-color: #620CE3; }
span { border-color: rgb(98,12,227); }
td.TdClassName
{
border-color: #620CE3;
}
.TagClassName
{
border-color: #620CE3;
}
</style>