Shades of Electric Indigo #6412FF
Tints of Electric Indigo #6412FF
RGB
CMYK
RGB Variations
Color information
#6412FF (or 0x6412FF) is known color: Electric Indigo. HEX triplet: 64, 12 and FF. RGB value is (100,18,255). Sum of RGB (Red+Green+Blue) = 100+18+255=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6412FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6412FF is #9BED00. Grayscale: #444444. Windows color (decimal): -10218753 or 16716388. OLE color: 16716388.
HSL color Cylindrical-coordinate representation of color #6412FF: hue angle of 260.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6412FF is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 18 | 255 | - |
| CMYK | 0.61 | 0.93 | 0 | 0 |
| HSL | 260.76º | 1% | 0.54% | - |
| HSV(B) | 260.76º | 0.93% | 1% | - |
| XYZ | 23.52 | 10.36 | 95.37 | - |
| YUV | 69.54 | 232.67 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 255 | 0.61 | 0.93 | 0 | 0 | 260.76 | 1 | 0.54 |
| Hex | 64 | 12 | FF | 3D | 5D | 0 | 0 | 105 | 64 | 36 |
| Octal | 144 | 22 | 377 | 75 | 135 | 0 | 0 | 405 | 144 | 66 |
| Binary | 1100100 | 10010 | 11111111 | 111101 | 1011101 | 0 | 0 | 100000101 | 1100100 | 110110 |
Color Harmonies of #6412FF
Complementary color
Monochromatic Colors of #6412FF
Black with #6412FF
Text Example
Text Example
White with #6412FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412FF; }
p { color: rgb(100,18,255); }
H1.HeaderClassName
{
color: #6412FF;
}
.AnyTagClassName
{
color: #6412FF;
}
</style>
background-color css
<style>
a { background-color: #6412FF; }
a { background-color: rgb(100,18,255); }
div.DivClassName
{
background-color: #6412FF;
}
.BgClassName
{
background-color: #6412FF;
}
</style>
border-color css
<style>
span { border-color: #6412FF; }
span { border-color: rgb(100,18,255); }
td.TdClassName
{
border-color: #6412FF;
}
.TagClassName
{
border-color: #6412FF;
}
</style>