Shades of Electric Indigo #7015FF
Tints of Electric Indigo #7015FF
RGB
CMYK
RGB Variations
Color information
#7015FF (or 0x7015FF) is known color: Electric Indigo. HEX triplet: 70, 15 and FF. RGB value is (112,21,255). Sum of RGB (Red+Green+Blue) = 112+21+255=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #7015FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7015FF is #8FEA00. Grayscale: #4A4A4A. Windows color (decimal): -9431553 or 16717168. OLE color: 16717168.
HSL color Cylindrical-coordinate representation of color #7015FF: hue angle of 263.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7015FF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 21 | 255 | - |
| CMYK | 0.56 | 0.92 | 0 | 0 |
| HSL | 263.33º | 1% | 0.54% | - |
| HSV(B) | 263.33º | 0.92% | 1% | - |
| XYZ | 25 | 11.2 | 95.45 | - |
| YUV | 74.89 | 229.65 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 255 | 0.56 | 0.92 | 0 | 0 | 263.33 | 1 | 0.54 |
| Hex | 70 | 15 | FF | 38 | 5C | 0 | 0 | 107 | 64 | 36 |
| Octal | 160 | 25 | 377 | 70 | 134 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1110000 | 10101 | 11111111 | 111000 | 1011100 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #7015FF
Complementary color
Monochromatic Colors of #7015FF
Black with #7015FF
Text Example
Text Example
White with #7015FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015FF; }
p { color: rgb(112,21,255); }
H1.HeaderClassName
{
color: #7015FF;
}
.AnyTagClassName
{
color: #7015FF;
}
</style>
background-color css
<style>
a { background-color: #7015FF; }
a { background-color: rgb(112,21,255); }
div.DivClassName
{
background-color: #7015FF;
}
.BgClassName
{
background-color: #7015FF;
}
</style>
border-color css
<style>
span { border-color: #7015FF; }
span { border-color: rgb(112,21,255); }
td.TdClassName
{
border-color: #7015FF;
}
.TagClassName
{
border-color: #7015FF;
}
</style>