Shades of Electric Indigo #620CDF
Tints of Electric Indigo #620CDF
RGB
CMYK
RGB Variations
Color information
#620CDF (or 0x620CDF) is known color: Electric Indigo. HEX triplet: 62, 0C and DF. RGB value is (98,12,223). Sum of RGB (Red+Green+Blue) = 98+12+223=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #620CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CDF is #9DF320. Grayscale: #3D3D3D. Windows color (decimal): -10351393 or 14617698. OLE color: 14617698.
HSL color Cylindrical-coordinate representation of color #620CDF: hue angle of 264.45º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CDF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 12 | 223 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.13 |
| HSL | 264.46º | 0.9% | 0.46% | - |
| HSV(B) | 264.46º | 0.95% | 0.87% | - |
| XYZ | 18.49 | 8.19 | 70.42 | - |
| YUV | 61.77 | 218.99 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 223 | 0.56 | 0.95 | 0 | 0.13 | 264.46 | 0.9 | 0.46 |
| Hex | 62 | C | DF | 38 | 5F | 0 | D | 108 | 5A | 2E |
| Octal | 142 | 14 | 337 | 70 | 137 | 0 | 15 | 410 | 132 | 56 |
| Binary | 1100010 | 1100 | 11011111 | 111000 | 1011111 | 0 | 1101 | 100001000 | 1011010 | 101110 |
Color Harmonies of #620CDF
Complementary color
Monochromatic Colors of #620CDF
Black with #620CDF
Text Example
Text Example
White with #620CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CDF; }
p { color: rgb(98,12,223); }
H1.HeaderClassName
{
color: #620CDF;
}
.AnyTagClassName
{
color: #620CDF;
}
</style>
background-color css
<style>
a { background-color: #620CDF; }
a { background-color: rgb(98,12,223); }
div.DivClassName
{
background-color: #620CDF;
}
.BgClassName
{
background-color: #620CDF;
}
</style>
border-color css
<style>
span { border-color: #620CDF; }
span { border-color: rgb(98,12,223); }
td.TdClassName
{
border-color: #620CDF;
}
.TagClassName
{
border-color: #620CDF;
}
</style>