Shades of Electric Indigo #620CDB
Tints of Electric Indigo #620CDB
RGB
CMYK
RGB Variations
Color information
#620CDB (or 0x620CDB) is known color: Electric Indigo. HEX triplet: 62, 0C and DB. RGB value is (98,12,219). Sum of RGB (Red+Green+Blue) = 98+12+219=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #620CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CDB is #9DF324. Grayscale: #3C3C3C. Windows color (decimal): -10351397 or 14355554. OLE color: 14355554.
HSL color Cylindrical-coordinate representation of color #620CDB: hue angle of 264.93º degrees, saturation: 0.9, 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 #620CDB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 12 | 219 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.14 |
| HSL | 264.93º | 0.9% | 0.45% | - |
| HSV(B) | 264.93º | 0.95% | 0.86% | - |
| XYZ | 17.95 | 7.97 | 67.61 | - |
| YUV | 61.31 | 216.99 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 219 | 0.55 | 0.95 | 0 | 0.14 | 264.93 | 0.9 | 0.45 |
| Hex | 62 | C | DB | 37 | 5F | 0 | E | 109 | 5A | 2D |
| Octal | 142 | 14 | 333 | 67 | 137 | 0 | 16 | 411 | 132 | 55 |
| Binary | 1100010 | 1100 | 11011011 | 110111 | 1011111 | 0 | 1110 | 100001001 | 1011010 | 101101 |
Color Harmonies of #620CDB
Complementary color
Monochromatic Colors of #620CDB
Black with #620CDB
Text Example
Text Example
White with #620CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CDB; }
p { color: rgb(98,12,219); }
H1.HeaderClassName
{
color: #620CDB;
}
.AnyTagClassName
{
color: #620CDB;
}
</style>
background-color css
<style>
a { background-color: #620CDB; }
a { background-color: rgb(98,12,219); }
div.DivClassName
{
background-color: #620CDB;
}
.BgClassName
{
background-color: #620CDB;
}
</style>
border-color css
<style>
span { border-color: #620CDB; }
span { border-color: rgb(98,12,219); }
td.TdClassName
{
border-color: #620CDB;
}
.TagClassName
{
border-color: #620CDB;
}
</style>