#700AE6

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

Shades of Electric Indigo #700AE6

Tints of Electric Indigo #700AE6

Color information

#700AE6 (or 0x700AE6) is unknown color: approx Electric Indigo. HEX triplet: 70, 0A and E6. RGB value is (112,10,230). Sum of RGB (Red+Green+Blue) = 112+10+230=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 230 (90.23% from 255 or 65.34% from 352); Max value from RGB is 230 - color contains mainly: blue. Hex color #700AE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AE6 is #8FF519. Grayscale: #404040. Windows color (decimal): -9434394 or 15075952. OLE color: 15075952.

HSL color Cylindrical-coordinate representation of color #700AE6: hue angle of 267.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700AE6 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11210230-
CMYK0.510.9600.10
HSL267.82º91.67%47.06%-
HSV(B)267.82º95.65%90.2%-
XYZ21.079.3775.56-
YUV65.58220.79161.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 10 (4.30% from 255) = 2.84%
BLUE value IS 230 (90.23% from 255) = 65.34%
R=31.82%
G=2.84%
B=65.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal112102300.510.9600.10267.8291.6747.06
Hex70AE633600A10c5c2f
Octal160123466314001241413457
Binary11100001010111001101100111100000010101000011001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,10,230); }

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

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

 a { background-color: rgb(112,10,230); }

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

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

 span { border-color: rgb(112,10,230); }

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