Shades of Electric Indigo #620DDE
Tints of Electric Indigo #620DDE
RGB
CMYK
RGB Variations
Color information
#620DDE (or 0x620DDE) is known color: Electric Indigo. HEX triplet: 62, 0D and DE. RGB value is (98,13,222). Sum of RGB (Red+Green+Blue) = 98+13+222=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #620DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DDE is #9DF221. Grayscale: #3D3D3D. Windows color (decimal): -10351138 or 14552418. OLE color: 14552418.
HSL color Cylindrical-coordinate representation of color #620DDE: hue angle of 264.4º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620DDE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 13 | 222 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.13 |
| HSL | 264.4º | 0.89% | 0.46% | - |
| HSV(B) | 264.4º | 0.94% | 0.87% | - |
| XYZ | 18.37 | 8.16 | 69.71 | - |
| YUV | 62.24 | 218.16 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 222 | 0.56 | 0.94 | 0 | 0.13 | 264.4 | 0.89 | 0.46 |
| Hex | 62 | D | DE | 38 | 5E | 0 | D | 108 | 59 | 2E |
| Octal | 142 | 15 | 336 | 70 | 136 | 0 | 15 | 410 | 131 | 56 |
| Binary | 1100010 | 1101 | 11011110 | 111000 | 1011110 | 0 | 1101 | 100001000 | 1011001 | 101110 |
Color Harmonies of #620DDE
Complementary color
Monochromatic Colors of #620DDE
Black with #620DDE
Text Example
Text Example
White with #620DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620DDE; }
p { color: rgb(98,13,222); }
H1.HeaderClassName
{
color: #620DDE;
}
.AnyTagClassName
{
color: #620DDE;
}
</style>
background-color css
<style>
a { background-color: #620DDE; }
a { background-color: rgb(98,13,222); }
div.DivClassName
{
background-color: #620DDE;
}
.BgClassName
{
background-color: #620DDE;
}
</style>
border-color css
<style>
span { border-color: #620DDE; }
span { border-color: rgb(98,13,222); }
td.TdClassName
{
border-color: #620DDE;
}
.TagClassName
{
border-color: #620DDE;
}
</style>