Shades of Electric Indigo #7015EF
Tints of Electric Indigo #7015EF
RGB
CMYK
RGB Variations
Color information
#7015EF (or 0x7015EF) is known color: Electric Indigo. HEX triplet: 70, 15 and EF. RGB value is (112,21,239). Sum of RGB (Red+Green+Blue) = 112+21+239=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #7015EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7015EF is #8FEA10. Grayscale: #484848. Windows color (decimal): -9431569 or 15668592. OLE color: 15668592.
HSL color Cylindrical-coordinate representation of color #7015EF: hue angle of 265.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7015EF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 21 | 239 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.06 |
| HSL | 265.05º | 0.87% | 0.51% | - |
| HSV(B) | 265.05º | 0.91% | 0.94% | - |
| XYZ | 22.53 | 10.21 | 82.45 | - |
| YUV | 73.06 | 221.65 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 239 | 0.53 | 0.91 | 0 | 0.06 | 265.05 | 0.87 | 0.51 |
| Hex | 70 | 15 | EF | 35 | 5B | 0 | 6 | 109 | 57 | 33 |
| Octal | 160 | 25 | 357 | 65 | 133 | 0 | 6 | 411 | 127 | 63 |
| Binary | 1110000 | 10101 | 11101111 | 110101 | 1011011 | 0 | 110 | 100001001 | 1010111 | 110011 |
Color Harmonies of #7015EF
Complementary color
Monochromatic Colors of #7015EF
Black with #7015EF
Text Example
Text Example
White with #7015EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015EF; }
p { color: rgb(112,21,239); }
H1.HeaderClassName
{
color: #7015EF;
}
.AnyTagClassName
{
color: #7015EF;
}
</style>
background-color css
<style>
a { background-color: #7015EF; }
a { background-color: rgb(112,21,239); }
div.DivClassName
{
background-color: #7015EF;
}
.BgClassName
{
background-color: #7015EF;
}
</style>
border-color css
<style>
span { border-color: #7015EF; }
span { border-color: rgb(112,21,239); }
td.TdClassName
{
border-color: #7015EF;
}
.TagClassName
{
border-color: #7015EF;
}
</style>