Shades of Electric Indigo #6405D9
Tints of Electric Indigo #6405D9
RGB
CMYK
RGB Variations
Color information
#6405D9 (or 0x6405D9) is known color: Electric Indigo. HEX triplet: 64, 05 and D9. RGB value is (100,5,217). Sum of RGB (Red+Green+Blue) = 100+5+217=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 217 (85.16% from 255 or 67.39% from 322); Max value from RGB is 217 - color contains mainly: blue. Hex color #6405D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405D9 is #9BFA26. Grayscale: #383838. Windows color (decimal): -10222119 or 14222692. OLE color: 14222692.
HSL color Cylindrical-coordinate representation of color #6405D9: hue angle of 266.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405D9 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 5 | 217 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.15 |
| HSL | 266.89º | 0.95% | 0.44% | - |
| HSV(B) | 266.89º | 0.98% | 0.85% | - |
| XYZ | 17.83 | 7.83 | 66.22 | - |
| YUV | 57.57 | 217.97 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 217 | 0.54 | 0.98 | 0 | 0.15 | 266.89 | 0.95 | 0.44 |
| Hex | 64 | 5 | D9 | 36 | 62 | 0 | F | 10B | 5F | 2C |
| Octal | 144 | 5 | 331 | 66 | 142 | 0 | 17 | 413 | 137 | 54 |
| Binary | 1100100 | 101 | 11011001 | 110110 | 1100010 | 0 | 1111 | 100001011 | 1011111 | 101100 |
Color Harmonies of #6405D9
Complementary color
Monochromatic Colors of #6405D9
Black with #6405D9
Text Example
Text Example
White with #6405D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405D9; }
p { color: rgb(100,5,217); }
H1.HeaderClassName
{
color: #6405D9;
}
.AnyTagClassName
{
color: #6405D9;
}
</style>
background-color css
<style>
a { background-color: #6405D9; }
a { background-color: rgb(100,5,217); }
div.DivClassName
{
background-color: #6405D9;
}
.BgClassName
{
background-color: #6405D9;
}
</style>
border-color css
<style>
span { border-color: #6405D9; }
span { border-color: rgb(100,5,217); }
td.TdClassName
{
border-color: #6405D9;
}
.TagClassName
{
border-color: #6405D9;
}
</style>