Shades of Electric Indigo #6400D7
Tints of Electric Indigo #6400D7
RGB
CMYK
RGB Variations
Color information
#6400D7 (or 0x6400D7) is known color: Electric Indigo. HEX triplet: 64, 00 and D7. RGB value is (100,0,215). Sum of RGB (Red+Green+Blue) = 100+0+215=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #6400D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400D7 is #9BFF28. Grayscale: #353535. Windows color (decimal): -10223401 or 14090340. OLE color: 14090340.
HSL color Cylindrical-coordinate representation of color #6400D7: hue angle of 267.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400D7 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 0 | 215 | - |
| CMYK | 0.53 | 1 | 0 | 0.16 |
| HSL | 267.91º | 1% | 0.42% | - |
| HSV(B) | 267.91º | 1% | 0.84% | - |
| XYZ | 17.52 | 7.62 | 64.84 | - |
| YUV | 54.41 | 218.63 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 215 | 0.53 | 1 | 0 | 0.16 | 267.91 | 1 | 0.42 |
| Hex | 64 | 0 | D7 | 35 | 64 | 0 | 10 | 10C | 64 | 2A |
| Octal | 144 | 0 | 327 | 65 | 144 | 0 | 20 | 414 | 144 | 52 |
| Binary | 1100100 | 0 | 11010111 | 110101 | 1100100 | 0 | 10000 | 100001100 | 1100100 | 101010 |
Color Harmonies of #6400D7
Complementary color
Monochromatic Colors of #6400D7
Black with #6400D7
Text Example
Text Example
White with #6400D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400D7; }
p { color: rgb(100,0,215); }
H1.HeaderClassName
{
color: #6400D7;
}
.AnyTagClassName
{
color: #6400D7;
}
</style>
background-color css
<style>
a { background-color: #6400D7; }
a { background-color: rgb(100,0,215); }
div.DivClassName
{
background-color: #6400D7;
}
.BgClassName
{
background-color: #6400D7;
}
</style>
border-color css
<style>
span { border-color: #6400D7; }
span { border-color: rgb(100,0,215); }
td.TdClassName
{
border-color: #6400D7;
}
.TagClassName
{
border-color: #6400D7;
}
</style>