Shades of Electric Indigo #700CEF
Tints of Electric Indigo #700CEF
RGB
CMYK
RGB Variations
Color information
#700CEF (or 0x700CEF) is known color: Electric Indigo. HEX triplet: 70, 0C and EF. RGB value is (112,12,239). Sum of RGB (Red+Green+Blue) = 112+12+239=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #700CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CEF is #8FF310. Grayscale: #424242. Windows color (decimal): -9433873 or 15666288. OLE color: 15666288.
HSL color Cylindrical-coordinate representation of color #700CEF: hue angle of 266.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CEF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 12 | 239 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.06 |
| HSL | 266.43º | 0.9% | 0.49% | - |
| HSV(B) | 266.43º | 0.95% | 0.94% | - |
| XYZ | 22.39 | 9.94 | 82.4 | - |
| YUV | 67.78 | 224.63 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 239 | 0.53 | 0.95 | 0 | 0.06 | 266.43 | 0.9 | 0.49 |
| Hex | 70 | C | EF | 35 | 5F | 0 | 6 | 10A | 5A | 31 |
| Octal | 160 | 14 | 357 | 65 | 137 | 0 | 6 | 412 | 132 | 61 |
| Binary | 1110000 | 1100 | 11101111 | 110101 | 1011111 | 0 | 110 | 100001010 | 1011010 | 110001 |
Color Harmonies of #700CEF
Complementary color
Monochromatic Colors of #700CEF
Black with #700CEF
Text Example
Text Example
White with #700CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CEF; }
p { color: rgb(112,12,239); }
H1.HeaderClassName
{
color: #700CEF;
}
.AnyTagClassName
{
color: #700CEF;
}
</style>
background-color css
<style>
a { background-color: #700CEF; }
a { background-color: rgb(112,12,239); }
div.DivClassName
{
background-color: #700CEF;
}
.BgClassName
{
background-color: #700CEF;
}
</style>
border-color css
<style>
span { border-color: #700CEF; }
span { border-color: rgb(112,12,239); }
td.TdClassName
{
border-color: #700CEF;
}
.TagClassName
{
border-color: #700CEF;
}
</style>