Shades of Electric Indigo #6405DB
Tints of Electric Indigo #6405DB
RGB
CMYK
RGB Variations
Color information
#6405DB (or 0x6405DB) is known color: Electric Indigo. HEX triplet: 64, 05 and DB. RGB value is (100,5,219). Sum of RGB (Red+Green+Blue) = 100+5+219=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #6405DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405DB is #9BFA24. Grayscale: #393939. Windows color (decimal): -10222117 or 14353764. OLE color: 14353764.
HSL color Cylindrical-coordinate representation of color #6405DB: hue angle of 266.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405DB is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 5 | 219 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.14 |
| HSL | 266.64º | 0.96% | 0.44% | - |
| HSV(B) | 266.64º | 0.98% | 0.86% | - |
| XYZ | 18.1 | 7.93 | 67.6 | - |
| YUV | 57.8 | 218.97 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 219 | 0.54 | 0.98 | 0 | 0.14 | 266.64 | 0.96 | 0.44 |
| Hex | 64 | 5 | DB | 36 | 62 | 0 | E | 10B | 60 | 2C |
| Octal | 144 | 5 | 333 | 66 | 142 | 0 | 16 | 413 | 140 | 54 |
| Binary | 1100100 | 101 | 11011011 | 110110 | 1100010 | 0 | 1110 | 100001011 | 1100000 | 101100 |
Color Harmonies of #6405DB
Complementary color
Monochromatic Colors of #6405DB
Black with #6405DB
Text Example
Text Example
White with #6405DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405DB; }
p { color: rgb(100,5,219); }
H1.HeaderClassName
{
color: #6405DB;
}
.AnyTagClassName
{
color: #6405DB;
}
</style>
background-color css
<style>
a { background-color: #6405DB; }
a { background-color: rgb(100,5,219); }
div.DivClassName
{
background-color: #6405DB;
}
.BgClassName
{
background-color: #6405DB;
}
</style>
border-color css
<style>
span { border-color: #6405DB; }
span { border-color: rgb(100,5,219); }
td.TdClassName
{
border-color: #6405DB;
}
.TagClassName
{
border-color: #6405DB;
}
</style>