Shades of Electric Indigo #7000F9
Tints of Electric Indigo #7000F9
RGB
CMYK
RGB Variations
Color information
#7000F9 (or 0x7000F9) is known color: Electric Indigo. HEX triplet: 70, 00 and F9. RGB value is (112,0,249). Sum of RGB (Red+Green+Blue) = 112+0+249=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 249 (97.66% from 255 or 68.98% from 361); Max value from RGB is 249 - color contains mainly: blue. Hex color #7000F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7000F9 is #8FFF06. Grayscale: #3C3C3C. Windows color (decimal): -9436935 or 16318576. OLE color: 16318576.
HSL color Cylindrical-coordinate representation of color #7000F9: hue angle of 266.99º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000F9 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 0 | 249 | - |
| CMYK | 0.55 | 1 | 0 | 0.02 |
| HSL | 266.99º | 1% | 0.49% | - |
| HSV(B) | 266.99º | 1% | 0.98% | - |
| XYZ | 23.78 | 10.28 | 90.35 | - |
| YUV | 61.87 | 233.61 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 249 | 0.55 | 1 | 0 | 0.02 | 266.99 | 1 | 0.49 |
| Hex | 70 | 0 | F9 | 37 | 64 | 0 | 2 | 10B | 64 | 31 |
| Octal | 160 | 0 | 371 | 67 | 144 | 0 | 2 | 413 | 144 | 61 |
| Binary | 1110000 | 0 | 11111001 | 110111 | 1100100 | 0 | 10 | 100001011 | 1100100 | 110001 |
Color Harmonies of #7000F9
Complementary color
Monochromatic Colors of #7000F9
Black with #7000F9
Text Example
Text Example
White with #7000F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000F9; }
p { color: rgb(112,0,249); }
H1.HeaderClassName
{
color: #7000F9;
}
.AnyTagClassName
{
color: #7000F9;
}
</style>
background-color css
<style>
a { background-color: #7000F9; }
a { background-color: rgb(112,0,249); }
div.DivClassName
{
background-color: #7000F9;
}
.BgClassName
{
background-color: #7000F9;
}
</style>
border-color css
<style>
span { border-color: #7000F9; }
span { border-color: rgb(112,0,249); }
td.TdClassName
{
border-color: #7000F9;
}
.TagClassName
{
border-color: #7000F9;
}
</style>