Shades of Electric Indigo #620ADC
Tints of Electric Indigo #620ADC
RGB
CMYK
RGB Variations
Color information
#620ADC (or 0x620ADC) is known color: Electric Indigo. HEX triplet: 62, 0A and DC. RGB value is (98,10,220). Sum of RGB (Red+Green+Blue) = 98+10+220=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #620ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ADC is #9DF523. Grayscale: #3B3B3B. Windows color (decimal): -10351908 or 14420578. OLE color: 14420578.
HSL color Cylindrical-coordinate representation of color #620ADC: hue angle of 265.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620ADC is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 10 | 220 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.14 |
| HSL | 265.14º | 0.91% | 0.45% | - |
| HSV(B) | 265.14º | 0.95% | 0.86% | - |
| XYZ | 18.06 | 7.98 | 68.3 | - |
| YUV | 60.25 | 218.15 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 220 | 0.55 | 0.95 | 0 | 0.14 | 265.14 | 0.91 | 0.45 |
| Hex | 62 | A | DC | 37 | 5F | 0 | E | 109 | 5B | 2D |
| Octal | 142 | 12 | 334 | 67 | 137 | 0 | 16 | 411 | 133 | 55 |
| Binary | 1100010 | 1010 | 11011100 | 110111 | 1011111 | 0 | 1110 | 100001001 | 1011011 | 101101 |
Color Harmonies of #620ADC
Complementary color
Monochromatic Colors of #620ADC
Black with #620ADC
Text Example
Text Example
White with #620ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620ADC; }
p { color: rgb(98,10,220); }
H1.HeaderClassName
{
color: #620ADC;
}
.AnyTagClassName
{
color: #620ADC;
}
</style>
background-color css
<style>
a { background-color: #620ADC; }
a { background-color: rgb(98,10,220); }
div.DivClassName
{
background-color: #620ADC;
}
.BgClassName
{
background-color: #620ADC;
}
</style>
border-color css
<style>
span { border-color: #620ADC; }
span { border-color: rgb(98,10,220); }
td.TdClassName
{
border-color: #620ADC;
}
.TagClassName
{
border-color: #620ADC;
}
</style>