Shades of Electric Indigo #6412FA
Tints of Electric Indigo #6412FA
RGB
CMYK
RGB Variations
Color information
#6412FA (or 0x6412FA) is known color: Electric Indigo. HEX triplet: 64, 12 and FA. RGB value is (100,18,250). Sum of RGB (Red+Green+Blue) = 100+18+250=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #6412FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6412FA is #9BED05. Grayscale: #444444. Windows color (decimal): -10218758 or 16388708. OLE color: 16388708.
HSL color Cylindrical-coordinate representation of color #6412FA: hue angle of 261.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6412FA is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 18 | 250 | - |
| CMYK | 0.6 | 0.93 | 0 | 0.02 |
| HSL | 261.21º | 0.96% | 0.53% | - |
| HSV(B) | 261.21º | 0.93% | 0.98% | - |
| XYZ | 22.73 | 10.04 | 91.18 | - |
| YUV | 68.97 | 230.17 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 250 | 0.6 | 0.93 | 0 | 0.02 | 261.21 | 0.96 | 0.53 |
| Hex | 64 | 12 | FA | 3C | 5D | 0 | 2 | 105 | 60 | 35 |
| Octal | 144 | 22 | 372 | 74 | 135 | 0 | 2 | 405 | 140 | 65 |
| Binary | 1100100 | 10010 | 11111010 | 111100 | 1011101 | 0 | 10 | 100000101 | 1100000 | 110101 |
Color Harmonies of #6412FA
Complementary color
Monochromatic Colors of #6412FA
Black with #6412FA
Text Example
Text Example
White with #6412FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412FA; }
p { color: rgb(100,18,250); }
H1.HeaderClassName
{
color: #6412FA;
}
.AnyTagClassName
{
color: #6412FA;
}
</style>
background-color css
<style>
a { background-color: #6412FA; }
a { background-color: rgb(100,18,250); }
div.DivClassName
{
background-color: #6412FA;
}
.BgClassName
{
background-color: #6412FA;
}
</style>
border-color css
<style>
span { border-color: #6412FA; }
span { border-color: rgb(100,18,250); }
td.TdClassName
{
border-color: #6412FA;
}
.TagClassName
{
border-color: #6412FA;
}
</style>