Shades of Electric Indigo #6411F1
Tints of Electric Indigo #6411F1
RGB
CMYK
RGB Variations
Color information
#6411F1 (or 0x6411F1) is known color: Electric Indigo. HEX triplet: 64, 11 and F1. RGB value is (100,17,241). Sum of RGB (Red+Green+Blue) = 100+17+241=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #6411F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411F1 is #9BEE0E. Grayscale: #424242. Windows color (decimal): -10219023 or 15798628. OLE color: 15798628.
HSL color Cylindrical-coordinate representation of color #6411F1: hue angle of 262.23º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6411F1 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 17 | 241 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.05 |
| HSL | 262.23º | 0.89% | 0.51% | - |
| HSV(B) | 262.23º | 0.93% | 0.95% | - |
| XYZ | 21.33 | 9.46 | 83.92 | - |
| YUV | 67.35 | 226 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 241 | 0.59 | 0.93 | 0 | 0.05 | 262.23 | 0.89 | 0.51 |
| Hex | 64 | 11 | F1 | 3B | 5D | 0 | 5 | 106 | 59 | 33 |
| Octal | 144 | 21 | 361 | 73 | 135 | 0 | 5 | 406 | 131 | 63 |
| Binary | 1100100 | 10001 | 11110001 | 111011 | 1011101 | 0 | 101 | 100000110 | 1011001 | 110011 |
Color Harmonies of #6411F1
Complementary color
Monochromatic Colors of #6411F1
Black with #6411F1
Text Example
Text Example
White with #6411F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411F1; }
p { color: rgb(100,17,241); }
H1.HeaderClassName
{
color: #6411F1;
}
.AnyTagClassName
{
color: #6411F1;
}
</style>
background-color css
<style>
a { background-color: #6411F1; }
a { background-color: rgb(100,17,241); }
div.DivClassName
{
background-color: #6411F1;
}
.BgClassName
{
background-color: #6411F1;
}
</style>
border-color css
<style>
span { border-color: #6411F1; }
span { border-color: rgb(100,17,241); }
td.TdClassName
{
border-color: #6411F1;
}
.TagClassName
{
border-color: #6411F1;
}
</style>