Shades of Electric Indigo #6410EA
Tints of Electric Indigo #6410EA
RGB
CMYK
RGB Variations
Color information
#6410EA (or 0x6410EA) is known color: Electric Indigo. HEX triplet: 64, 10 and EA. RGB value is (100,16,234). Sum of RGB (Red+Green+Blue) = 100+16+234=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #6410EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6410EA is #9BEF15. Grayscale: #414141. Windows color (decimal): -10219286 or 15339620. OLE color: 15339620.
HSL color Cylindrical-coordinate representation of color #6410EA: hue angle of 263.12º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6410EA is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 16 | 234 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.08 |
| HSL | 263.12º | 0.87% | 0.49% | - |
| HSV(B) | 263.12º | 0.93% | 0.92% | - |
| XYZ | 20.29 | 9.02 | 78.51 | - |
| YUV | 65.97 | 222.83 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 234 | 0.57 | 0.93 | 0 | 0.08 | 263.12 | 0.87 | 0.49 |
| Hex | 64 | 10 | EA | 39 | 5D | 0 | 8 | 107 | 57 | 31 |
| Octal | 144 | 20 | 352 | 71 | 135 | 0 | 10 | 407 | 127 | 61 |
| Binary | 1100100 | 10000 | 11101010 | 111001 | 1011101 | 0 | 1000 | 100000111 | 1010111 | 110001 |
Color Harmonies of #6410EA
Complementary color
Monochromatic Colors of #6410EA
Black with #6410EA
Text Example
Text Example
White with #6410EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410EA; }
p { color: rgb(100,16,234); }
H1.HeaderClassName
{
color: #6410EA;
}
.AnyTagClassName
{
color: #6410EA;
}
</style>
background-color css
<style>
a { background-color: #6410EA; }
a { background-color: rgb(100,16,234); }
div.DivClassName
{
background-color: #6410EA;
}
.BgClassName
{
background-color: #6410EA;
}
</style>
border-color css
<style>
span { border-color: #6410EA; }
span { border-color: rgb(100,16,234); }
td.TdClassName
{
border-color: #6410EA;
}
.TagClassName
{
border-color: #6410EA;
}
</style>