Shades of Electric Indigo #6400DA
Tints of Electric Indigo #6400DA
RGB
CMYK
RGB Variations
Color information
#6400DA (or 0x6400DA) is known color: Electric Indigo. HEX triplet: 64, 00 and DA. RGB value is (100,0,218). Sum of RGB (Red+Green+Blue) = 100+0+218=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #6400DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400DA is #9BFF25. Grayscale: #353535. Windows color (decimal): -10223398 or 14286948. OLE color: 14286948.
HSL color Cylindrical-coordinate representation of color #6400DA: hue angle of 267.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400DA is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 0 | 218 | - |
| CMYK | 0.54 | 1 | 0 | 0.15 |
| HSL | 267.52º | 1% | 0.43% | - |
| HSV(B) | 267.52º | 1% | 0.85% | - |
| XYZ | 17.91 | 7.77 | 66.89 | - |
| YUV | 54.75 | 220.13 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 218 | 0.54 | 1 | 0 | 0.15 | 267.52 | 1 | 0.43 |
| Hex | 64 | 0 | DA | 36 | 64 | 0 | F | 10C | 64 | 2B |
| Octal | 144 | 0 | 332 | 66 | 144 | 0 | 17 | 414 | 144 | 53 |
| Binary | 1100100 | 0 | 11011010 | 110110 | 1100100 | 0 | 1111 | 100001100 | 1100100 | 101011 |
Color Harmonies of #6400DA
Complementary color
Monochromatic Colors of #6400DA
Black with #6400DA
Text Example
Text Example
White with #6400DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400DA; }
p { color: rgb(100,0,218); }
H1.HeaderClassName
{
color: #6400DA;
}
.AnyTagClassName
{
color: #6400DA;
}
</style>
background-color css
<style>
a { background-color: #6400DA; }
a { background-color: rgb(100,0,218); }
div.DivClassName
{
background-color: #6400DA;
}
.BgClassName
{
background-color: #6400DA;
}
</style>
border-color css
<style>
span { border-color: #6400DA; }
span { border-color: rgb(100,0,218); }
td.TdClassName
{
border-color: #6400DA;
}
.TagClassName
{
border-color: #6400DA;
}
</style>