Shades of Electric Indigo #6401F2
Tints of Electric Indigo #6401F2
RGB
CMYK
RGB Variations
Color information
#6401F2 (or 0x6401F2) is known color: Electric Indigo. HEX triplet: 64, 01 and F2. RGB value is (100,1,242). Sum of RGB (Red+Green+Blue) = 100+1+242=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #6401F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401F2 is #9BFE0D. Grayscale: #393939. Windows color (decimal): -10223118 or 15860068. OLE color: 15860068.
HSL color Cylindrical-coordinate representation of color #6401F2: hue angle of 264.65º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401F2 is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 1 | 242 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.05 |
| HSL | 264.65º | 0.99% | 0.48% | - |
| HSV(B) | 264.65º | 1% | 0.95% | - |
| XYZ | 21.29 | 9.14 | 84.65 | - |
| YUV | 58.08 | 231.8 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 242 | 0.59 | 1.00 | 0 | 0.05 | 264.65 | 0.99 | 0.48 |
| Hex | 64 | 1 | F2 | 3B | 64 | 0 | 5 | 109 | 63 | 30 |
| Octal | 144 | 1 | 362 | 73 | 144 | 0 | 5 | 411 | 143 | 60 |
| Binary | 1100100 | 1 | 11110010 | 111011 | 1100100 | 0 | 101 | 100001001 | 1100011 | 110000 |
Color Harmonies of #6401F2
Complementary color
Monochromatic Colors of #6401F2
Black with #6401F2
Text Example
Text Example
White with #6401F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401F2; }
p { color: rgb(100,1,242); }
H1.HeaderClassName
{
color: #6401F2;
}
.AnyTagClassName
{
color: #6401F2;
}
</style>
background-color css
<style>
a { background-color: #6401F2; }
a { background-color: rgb(100,1,242); }
div.DivClassName
{
background-color: #6401F2;
}
.BgClassName
{
background-color: #6401F2;
}
</style>
border-color css
<style>
span { border-color: #6401F2; }
span { border-color: rgb(100,1,242); }
td.TdClassName
{
border-color: #6401F2;
}
.TagClassName
{
border-color: #6401F2;
}
</style>