Shades of Electric Indigo #620DDD
Tints of Electric Indigo #620DDD
RGB
CMYK
RGB Variations
Color information
#620DDD (or 0x620DDD) is known color: Electric Indigo. HEX triplet: 62, 0D and DD. RGB value is (98,13,221). Sum of RGB (Red+Green+Blue) = 98+13+221=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #620DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DDD is #9DF222. Grayscale: #3D3D3D. Windows color (decimal): -10351139 or 14486882. OLE color: 14486882.
HSL color Cylindrical-coordinate representation of color #620DDD: hue angle of 264.52º 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 #620DDD is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 13 | 221 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.13 |
| HSL | 264.52º | 0.89% | 0.46% | - |
| HSV(B) | 264.52º | 0.94% | 0.87% | - |
| XYZ | 18.23 | 8.1 | 69.01 | - |
| YUV | 62.13 | 217.66 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 221 | 0.56 | 0.94 | 0 | 0.13 | 264.52 | 0.89 | 0.46 |
| Hex | 62 | D | DD | 38 | 5E | 0 | D | 109 | 59 | 2E |
| Octal | 142 | 15 | 335 | 70 | 136 | 0 | 15 | 411 | 131 | 56 |
| Binary | 1100010 | 1101 | 11011101 | 111000 | 1011110 | 0 | 1101 | 100001001 | 1011001 | 101110 |
Color Harmonies of #620DDD
Complementary color
Monochromatic Colors of #620DDD
Black with #620DDD
Text Example
Text Example
White with #620DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620DDD; }
p { color: rgb(98,13,221); }
H1.HeaderClassName
{
color: #620DDD;
}
.AnyTagClassName
{
color: #620DDD;
}
</style>
background-color css
<style>
a { background-color: #620DDD; }
a { background-color: rgb(98,13,221); }
div.DivClassName
{
background-color: #620DDD;
}
.BgClassName
{
background-color: #620DDD;
}
</style>
border-color css
<style>
span { border-color: #620DDD; }
span { border-color: rgb(98,13,221); }
td.TdClassName
{
border-color: #620DDD;
}
.TagClassName
{
border-color: #620DDD;
}
</style>