Shades of Electric Indigo #6401F4
Tints of Electric Indigo #6401F4
RGB
CMYK
RGB Variations
Color information
#6401F4 (or 0x6401F4) is known color: Electric Indigo. HEX triplet: 64, 01 and F4. RGB value is (100,1,244). Sum of RGB (Red+Green+Blue) = 100+1+244=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 244 (95.70% from 255 or 70.72% from 345); Max value from RGB is 244 - color contains mainly: blue. Hex color #6401F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401F4 is #9BFE0B. Grayscale: #393939. Windows color (decimal): -10223116 or 15991140. OLE color: 15991140.
HSL color Cylindrical-coordinate representation of color #6401F4: hue angle of 264.44º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401F4 is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 1 | 244 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.04 |
| HSL | 264.44º | 0.99% | 0.48% | - |
| HSV(B) | 264.44º | 1% | 0.96% | - |
| XYZ | 21.6 | 9.26 | 86.24 | - |
| YUV | 58.3 | 232.8 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 244 | 0.59 | 1.00 | 0 | 0.04 | 264.44 | 0.99 | 0.48 |
| Hex | 64 | 1 | F4 | 3B | 64 | 0 | 4 | 108 | 63 | 30 |
| Octal | 144 | 1 | 364 | 73 | 144 | 0 | 4 | 410 | 143 | 60 |
| Binary | 1100100 | 1 | 11110100 | 111011 | 1100100 | 0 | 100 | 100001000 | 1100011 | 110000 |
Color Harmonies of #6401F4
Complementary color
Monochromatic Colors of #6401F4
Black with #6401F4
Text Example
Text Example
White with #6401F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401F4; }
p { color: rgb(100,1,244); }
H1.HeaderClassName
{
color: #6401F4;
}
.AnyTagClassName
{
color: #6401F4;
}
</style>
background-color css
<style>
a { background-color: #6401F4; }
a { background-color: rgb(100,1,244); }
div.DivClassName
{
background-color: #6401F4;
}
.BgClassName
{
background-color: #6401F4;
}
</style>
border-color css
<style>
span { border-color: #6401F4; }
span { border-color: rgb(100,1,244); }
td.TdClassName
{
border-color: #6401F4;
}
.TagClassName
{
border-color: #6401F4;
}
</style>