#700CE9

Color #700CE9 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #700CE9

Tints of Electric Indigo #700CE9

Color information

#700CE9 (or 0x700CE9) is unknown color: approx Electric Indigo. HEX triplet: 70, 0C and E9. RGB value is (112,12,233). Sum of RGB (Red+Green+Blue) = 112+12+233=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 233 (91.41% from 255 or 65.27% from 357); Max value from RGB is 233 - color contains mainly: blue. Hex color #700CE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CE9 is #8FF316. Grayscale: #424242. Windows color (decimal): -9433879 or 15273072. OLE color: 15273072.

HSL color Cylindrical-coordinate representation of color #700CE9: hue angle of 267.15º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CE9 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11212233-
CMYK0.520.9500.09
HSL267.15º90.2%48.04%-
HSV(B)267.15º94.85%91.37%-
XYZ21.529.5977.81-
YUV67.09221.63160.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 12 (5.08% from 255) = 3.36%
BLUE value IS 233 (91.41% from 255) = 65.27%
R=31.37%
G=3.36%
B=65.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112122330.520.9500.09267.1590.248.04
Hex70CE9345F0910b5a30
Octal160143516413701141313260
Binary11100001100111010011101001011111010011000010111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700CE9; }

 p { color: rgb(112,12,233); }

 H1.HeaderClassName
 {
   color: #700CE9;
 }
 .AnyTagClassName
 {
   color: #700CE9;
 }
</style>
background-color css

<style>
 a { background-color: #700CE9; }

 a { background-color: rgb(112,12,233); }

 div.DivClassName
 {
   background-color: #700CE9;
 }
 .BgClassName
 {
   background-color: #700CE9;
 }
</style>
border-color css

<style>
 span { border-color: #700CE9; }

 span { border-color: rgb(112,12,233); }

 td.TdClassName
 {
   border-color: #700CE9;
 }
 .TagClassName
 {
   border-color: #700CE9;
 }
</style>