Shades of Electric Indigo #6401F1
Tints of Electric Indigo #6401F1
RGB
CMYK
RGB Variations
Color information
#6401F1 (or 0x6401F1) is known color: Electric Indigo. HEX triplet: 64, 01 and F1. RGB value is (100,1,241). Sum of RGB (Red+Green+Blue) = 100+1+241=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #6401F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401F1 is #9BFE0E. Grayscale: #393939. Windows color (decimal): -10223119 or 15794532. OLE color: 15794532.
HSL color Cylindrical-coordinate representation of color #6401F1: hue angle of 264.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401F1 is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 1 | 241 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.05 |
| HSL | 264.75º | 0.99% | 0.47% | - |
| HSV(B) | 264.75º | 1% | 0.95% | - |
| XYZ | 21.14 | 9.08 | 83.86 | - |
| YUV | 57.96 | 231.3 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 241 | 0.59 | 1.00 | 0 | 0.05 | 264.75 | 0.99 | 0.47 |
| Hex | 64 | 1 | F1 | 3B | 64 | 0 | 5 | 109 | 63 | 2F |
| Octal | 144 | 1 | 361 | 73 | 144 | 0 | 5 | 411 | 143 | 57 |
| Binary | 1100100 | 1 | 11110001 | 111011 | 1100100 | 0 | 101 | 100001001 | 1100011 | 101111 |
Color Harmonies of #6401F1
Complementary color
Monochromatic Colors of #6401F1
Black with #6401F1
Text Example
Text Example
White with #6401F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401F1; }
p { color: rgb(100,1,241); }
H1.HeaderClassName
{
color: #6401F1;
}
.AnyTagClassName
{
color: #6401F1;
}
</style>
background-color css
<style>
a { background-color: #6401F1; }
a { background-color: rgb(100,1,241); }
div.DivClassName
{
background-color: #6401F1;
}
.BgClassName
{
background-color: #6401F1;
}
</style>
border-color css
<style>
span { border-color: #6401F1; }
span { border-color: rgb(100,1,241); }
td.TdClassName
{
border-color: #6401F1;
}
.TagClassName
{
border-color: #6401F1;
}
</style>