Shades of Electric Indigo #640DDB
Tints of Electric Indigo #640DDB
RGB
CMYK
RGB Variations
Color information
#640DDB (or 0x640DDB) is known color: Electric Indigo. HEX triplet: 64, 0D and DB. RGB value is (100,13,219). Sum of RGB (Red+Green+Blue) = 100+13+219=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #640DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DDB is #9BF224. Grayscale: #3D3D3D. Windows color (decimal): -10220069 or 14355812. OLE color: 14355812.
HSL color Cylindrical-coordinate representation of color #640DDB: hue angle of 265.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DDB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 13 | 219 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.14 |
| HSL | 265.34º | 0.89% | 0.45% | - |
| HSV(B) | 265.34º | 0.94% | 0.86% | - |
| XYZ | 18.19 | 8.11 | 67.63 | - |
| YUV | 62.5 | 216.32 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 219 | 0.54 | 0.94 | 0 | 0.14 | 265.34 | 0.89 | 0.45 |
| Hex | 64 | D | DB | 36 | 5E | 0 | E | 109 | 59 | 2D |
| Octal | 144 | 15 | 333 | 66 | 136 | 0 | 16 | 411 | 131 | 55 |
| Binary | 1100100 | 1101 | 11011011 | 110110 | 1011110 | 0 | 1110 | 100001001 | 1011001 | 101101 |
Color Harmonies of #640DDB
Complementary color
Monochromatic Colors of #640DDB
Black with #640DDB
Text Example
Text Example
White with #640DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DDB; }
p { color: rgb(100,13,219); }
H1.HeaderClassName
{
color: #640DDB;
}
.AnyTagClassName
{
color: #640DDB;
}
</style>
background-color css
<style>
a { background-color: #640DDB; }
a { background-color: rgb(100,13,219); }
div.DivClassName
{
background-color: #640DDB;
}
.BgClassName
{
background-color: #640DDB;
}
</style>
border-color css
<style>
span { border-color: #640DDB; }
span { border-color: rgb(100,13,219); }
td.TdClassName
{
border-color: #640DDB;
}
.TagClassName
{
border-color: #640DDB;
}
</style>