Shades of Electric Indigo #6409F1
Tints of Electric Indigo #6409F1
RGB
CMYK
RGB Variations
Color information
#6409F1 (or 0x6409F1) is known color: Electric Indigo. HEX triplet: 64, 09 and F1. RGB value is (100,9,241). Sum of RGB (Red+Green+Blue) = 100+9+241=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #6409F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409F1 is #9BF60E. Grayscale: #3D3D3D. Windows color (decimal): -10221071 or 15796580. OLE color: 15796580.
HSL color Cylindrical-coordinate representation of color #6409F1: hue angle of 263.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409F1 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 9 | 241 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.05 |
| HSL | 263.53º | 0.93% | 0.49% | - |
| HSV(B) | 263.53º | 0.96% | 0.95% | - |
| XYZ | 21.23 | 9.26 | 83.89 | - |
| YUV | 62.66 | 228.65 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 241 | 0.59 | 0.96 | 0 | 0.05 | 263.53 | 0.93 | 0.49 |
| Hex | 64 | 9 | F1 | 3B | 60 | 0 | 5 | 108 | 5D | 31 |
| Octal | 144 | 11 | 361 | 73 | 140 | 0 | 5 | 410 | 135 | 61 |
| Binary | 1100100 | 1001 | 11110001 | 111011 | 1100000 | 0 | 101 | 100001000 | 1011101 | 110001 |
Color Harmonies of #6409F1
Complementary color
Monochromatic Colors of #6409F1
Black with #6409F1
Text Example
Text Example
White with #6409F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6409F1; }
p { color: rgb(100,9,241); }
H1.HeaderClassName
{
color: #6409F1;
}
.AnyTagClassName
{
color: #6409F1;
}
</style>
background-color css
<style>
a { background-color: #6409F1; }
a { background-color: rgb(100,9,241); }
div.DivClassName
{
background-color: #6409F1;
}
.BgClassName
{
background-color: #6409F1;
}
</style>
border-color css
<style>
span { border-color: #6409F1; }
span { border-color: rgb(100,9,241); }
td.TdClassName
{
border-color: #6409F1;
}
.TagClassName
{
border-color: #6409F1;
}
</style>