Shades of Electric Indigo #7015F3
Tints of Electric Indigo #7015F3
RGB
CMYK
RGB Variations
Color information
#7015F3 (or 0x7015F3) is known color: Electric Indigo. HEX triplet: 70, 15 and F3. RGB value is (112,21,243). Sum of RGB (Red+Green+Blue) = 112+21+243=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #7015F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7015F3 is #8FEA0C. Grayscale: #484848. Windows color (decimal): -9431565 or 15930736. OLE color: 15930736.
HSL color Cylindrical-coordinate representation of color #7015F3: hue angle of 264.59º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7015F3 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 21 | 243 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.05 |
| HSL | 264.59º | 0.9% | 0.52% | - |
| HSV(B) | 264.59º | 0.91% | 0.95% | - |
| XYZ | 23.13 | 10.45 | 85.59 | - |
| YUV | 73.52 | 223.65 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 243 | 0.54 | 0.91 | 0 | 0.05 | 264.59 | 0.9 | 0.52 |
| Hex | 70 | 15 | F3 | 36 | 5B | 0 | 5 | 109 | 5A | 34 |
| Octal | 160 | 25 | 363 | 66 | 133 | 0 | 5 | 411 | 132 | 64 |
| Binary | 1110000 | 10101 | 11110011 | 110110 | 1011011 | 0 | 101 | 100001001 | 1011010 | 110100 |
Color Harmonies of #7015F3
Complementary color
Monochromatic Colors of #7015F3
Black with #7015F3
Text Example
Text Example
White with #7015F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015F3; }
p { color: rgb(112,21,243); }
H1.HeaderClassName
{
color: #7015F3;
}
.AnyTagClassName
{
color: #7015F3;
}
</style>
background-color css
<style>
a { background-color: #7015F3; }
a { background-color: rgb(112,21,243); }
div.DivClassName
{
background-color: #7015F3;
}
.BgClassName
{
background-color: #7015F3;
}
</style>
border-color css
<style>
span { border-color: #7015F3; }
span { border-color: rgb(112,21,243); }
td.TdClassName
{
border-color: #7015F3;
}
.TagClassName
{
border-color: #7015F3;
}
</style>