Shades of Electric Indigo #6400FD
Tints of Electric Indigo #6400FD
RGB
CMYK
RGB Variations
Color information
#6400FD (or 0x6400FD) is known color: Electric Indigo. HEX triplet: 64, 00 and FD. RGB value is (100,0,253). Sum of RGB (Red+Green+Blue) = 100+0+253=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #6400FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400FD is #9BFF02. Grayscale: #393939. Windows color (decimal): -10223363 or 16580708. OLE color: 16580708.
HSL color Cylindrical-coordinate representation of color #6400FD: hue angle of 263.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400FD is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 0 | 253 | - |
| CMYK | 0.60 | 1 | 0 | 0.01 |
| HSL | 263.72º | 1% | 0.5% | - |
| HSV(B) | 263.72º | 1% | 0.99% | - |
| XYZ | 22.99 | 9.8 | 93.61 | - |
| YUV | 58.74 | 237.63 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 253 | 0.60 | 1 | 0 | 0.01 | 263.72 | 1 | 0.5 |
| Hex | 64 | 0 | FD | 3C | 64 | 0 | 1 | 108 | 64 | 32 |
| Octal | 144 | 0 | 375 | 74 | 144 | 0 | 1 | 410 | 144 | 62 |
| Binary | 1100100 | 0 | 11111101 | 111100 | 1100100 | 0 | 1 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6400FD
Complementary color
Monochromatic Colors of #6400FD
Black with #6400FD
Text Example
Text Example
White with #6400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400FD; }
p { color: rgb(100,0,253); }
H1.HeaderClassName
{
color: #6400FD;
}
.AnyTagClassName
{
color: #6400FD;
}
</style>
background-color css
<style>
a { background-color: #6400FD; }
a { background-color: rgb(100,0,253); }
div.DivClassName
{
background-color: #6400FD;
}
.BgClassName
{
background-color: #6400FD;
}
</style>
border-color css
<style>
span { border-color: #6400FD; }
span { border-color: rgb(100,0,253); }
td.TdClassName
{
border-color: #6400FD;
}
.TagClassName
{
border-color: #6400FD;
}
</style>