Shades of Electric Indigo #6400ED
Tints of Electric Indigo #6400ED
RGB
CMYK
RGB Variations
Color information
#6400ED (or 0x6400ED) is known color: Electric Indigo. HEX triplet: 64, 00 and ED. RGB value is (100,0,237). Sum of RGB (Red+Green+Blue) = 100+0+237=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #6400ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400ED is #9BFF12. Grayscale: #383838. Windows color (decimal): -10223379 or 15532132. OLE color: 15532132.
HSL color Cylindrical-coordinate representation of color #6400ED: hue angle of 265.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400ED is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 0 | 237 | - |
| CMYK | 0.58 | 1 | 0 | 0.07 |
| HSL | 265.32º | 1% | 0.46% | - |
| HSV(B) | 265.32º | 1% | 0.93% | - |
| XYZ | 20.54 | 8.82 | 80.74 | - |
| YUV | 56.92 | 229.63 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 237 | 0.58 | 1 | 0 | 0.07 | 265.32 | 1 | 0.46 |
| Hex | 64 | 0 | ED | 3A | 64 | 0 | 7 | 109 | 64 | 2E |
| Octal | 144 | 0 | 355 | 72 | 144 | 0 | 7 | 411 | 144 | 56 |
| Binary | 1100100 | 0 | 11101101 | 111010 | 1100100 | 0 | 111 | 100001001 | 1100100 | 101110 |
Color Harmonies of #6400ED
Complementary color
Monochromatic Colors of #6400ED
Black with #6400ED
Text Example
Text Example
White with #6400ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400ED; }
p { color: rgb(100,0,237); }
H1.HeaderClassName
{
color: #6400ED;
}
.AnyTagClassName
{
color: #6400ED;
}
</style>
background-color css
<style>
a { background-color: #6400ED; }
a { background-color: rgb(100,0,237); }
div.DivClassName
{
background-color: #6400ED;
}
.BgClassName
{
background-color: #6400ED;
}
</style>
border-color css
<style>
span { border-color: #6400ED; }
span { border-color: rgb(100,0,237); }
td.TdClassName
{
border-color: #6400ED;
}
.TagClassName
{
border-color: #6400ED;
}
</style>