Shades of Electric Indigo #6912FA
Tints of Electric Indigo #6912FA
RGB
CMYK
RGB Variations
Color information
#6912FA (or 0x6912FA) is known color: Electric Indigo. HEX triplet: 69, 12 and FA. RGB value is (105,18,250). Sum of RGB (Red+Green+Blue) = 105+18+250=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #6912FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6912FA is #96ED05. Grayscale: #454545. Windows color (decimal): -9891078 or 16388713. OLE color: 16388713.
HSL color Cylindrical-coordinate representation of color #6912FA: hue angle of 262.5º 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 #6912FA is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 18 | 250 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.02 |
| HSL | 262.5º | 0.96% | 0.53% | - |
| HSV(B) | 262.5º | 0.93% | 0.98% | - |
| XYZ | 23.3 | 10.34 | 91.21 | - |
| YUV | 70.46 | 229.32 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 250 | 0.58 | 0.93 | 0 | 0.02 | 262.5 | 0.96 | 0.53 |
| Hex | 69 | 12 | FA | 3A | 5D | 0 | 2 | 106 | 60 | 35 |
| Octal | 151 | 22 | 372 | 72 | 135 | 0 | 2 | 406 | 140 | 65 |
| Binary | 1101001 | 10010 | 11111010 | 111010 | 1011101 | 0 | 10 | 100000110 | 1100000 | 110101 |
Color Harmonies of #6912FA
Complementary color
Monochromatic Colors of #6912FA
Black with #6912FA
Text Example
Text Example
White with #6912FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6912FA; }
p { color: rgb(105,18,250); }
H1.HeaderClassName
{
color: #6912FA;
}
.AnyTagClassName
{
color: #6912FA;
}
</style>
background-color css
<style>
a { background-color: #6912FA; }
a { background-color: rgb(105,18,250); }
div.DivClassName
{
background-color: #6912FA;
}
.BgClassName
{
background-color: #6912FA;
}
</style>
border-color css
<style>
span { border-color: #6912FA; }
span { border-color: rgb(105,18,250); }
td.TdClassName
{
border-color: #6912FA;
}
.TagClassName
{
border-color: #6912FA;
}
</style>