Shades of Electric Indigo #700AF3
Tints of Electric Indigo #700AF3
RGB
CMYK
RGB Variations
Color information
#700AF3 (or 0x700AF3) is known color: Electric Indigo. HEX triplet: 70, 0A and F3. RGB value is (112,10,243). Sum of RGB (Red+Green+Blue) = 112+10+243=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 243 (95.31% from 255 or 66.58% from 365); Max value from RGB is 243 - color contains mainly: blue. Hex color #700AF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AF3 is #8FF50C. Grayscale: #424242. Windows color (decimal): -9434381 or 15927920. OLE color: 15927920.
HSL color Cylindrical-coordinate representation of color #700AF3: hue angle of 266.27º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700AF3 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 10 | 243 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.05 |
| HSL | 266.27º | 0.92% | 0.5% | - |
| HSV(B) | 266.27º | 0.96% | 0.95% | - |
| XYZ | 22.97 | 10.13 | 85.54 | - |
| YUV | 67.06 | 227.29 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 243 | 0.54 | 0.96 | 0 | 0.05 | 266.27 | 0.92 | 0.5 |
| Hex | 70 | A | F3 | 36 | 60 | 0 | 5 | 10A | 5C | 32 |
| Octal | 160 | 12 | 363 | 66 | 140 | 0 | 5 | 412 | 134 | 62 |
| Binary | 1110000 | 1010 | 11110011 | 110110 | 1100000 | 0 | 101 | 100001010 | 1011100 | 110010 |
Color Harmonies of #700AF3
Complementary color
Monochromatic Colors of #700AF3
Black with #700AF3
Text Example
Text Example
White with #700AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700AF3; }
p { color: rgb(112,10,243); }
H1.HeaderClassName
{
color: #700AF3;
}
.AnyTagClassName
{
color: #700AF3;
}
</style>
background-color css
<style>
a { background-color: #700AF3; }
a { background-color: rgb(112,10,243); }
div.DivClassName
{
background-color: #700AF3;
}
.BgClassName
{
background-color: #700AF3;
}
</style>
border-color css
<style>
span { border-color: #700AF3; }
span { border-color: rgb(112,10,243); }
td.TdClassName
{
border-color: #700AF3;
}
.TagClassName
{
border-color: #700AF3;
}
</style>