Shades of Electric Indigo #620DED
Tints of Electric Indigo #620DED
RGB
CMYK
RGB Variations
Color information
#620DED (or 0x620DED) is known color: Electric Indigo. HEX triplet: 62, 0D and ED. RGB value is (98,13,237). Sum of RGB (Red+Green+Blue) = 98+13+237=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #620DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620DED is #9DF212. Grayscale: #3F3F3F. Windows color (decimal): -10351123 or 15535458. OLE color: 15535458.
HSL color Cylindrical-coordinate representation of color #620DED: hue angle of 262.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620DED is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 13 | 237 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.07 |
| HSL | 262.77º | 0.9% | 0.49% | - |
| HSV(B) | 262.77º | 0.95% | 0.93% | - |
| XYZ | 20.47 | 9 | 80.78 | - |
| YUV | 63.95 | 225.66 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 237 | 0.59 | 0.95 | 0 | 0.07 | 262.77 | 0.9 | 0.49 |
| Hex | 62 | D | ED | 3B | 5F | 0 | 7 | 107 | 5A | 31 |
| Octal | 142 | 15 | 355 | 73 | 137 | 0 | 7 | 407 | 132 | 61 |
| Binary | 1100010 | 1101 | 11101101 | 111011 | 1011111 | 0 | 111 | 100000111 | 1011010 | 110001 |
Color Harmonies of #620DED
Complementary color
Monochromatic Colors of #620DED
Black with #620DED
Text Example
Text Example
White with #620DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620DED; }
p { color: rgb(98,13,237); }
H1.HeaderClassName
{
color: #620DED;
}
.AnyTagClassName
{
color: #620DED;
}
</style>
background-color css
<style>
a { background-color: #620DED; }
a { background-color: rgb(98,13,237); }
div.DivClassName
{
background-color: #620DED;
}
.BgClassName
{
background-color: #620DED;
}
</style>
border-color css
<style>
span { border-color: #620DED; }
span { border-color: rgb(98,13,237); }
td.TdClassName
{
border-color: #620DED;
}
.TagClassName
{
border-color: #620DED;
}
</style>