#700AEB

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

Shades of Electric Indigo #700AEB

Tints of Electric Indigo #700AEB

Color information

#700AEB (or 0x700AEB) is unknown color: approx Electric Indigo. HEX triplet: 70, 0A and EB. RGB value is (112,10,235). Sum of RGB (Red+Green+Blue) = 112+10+235=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #700AEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AEB is #8FF514. Grayscale: #414141. Windows color (decimal): -9434389 or 15403632. OLE color: 15403632.

HSL color Cylindrical-coordinate representation of color #700AEB: hue angle of 267.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700AEB is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11210235-
CMYK0.520.9600.08
HSL267.2º91.84%48.04%-
HSV(B)267.2º95.74%92.16%-
XYZ21.799.6679.31-
YUV66.15223.29160.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 10 (4.30% from 255) = 2.80%
BLUE value IS 235 (92.19% from 255) = 65.83%
R=31.37%
G=2.80%
B=65.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112102350.520.9600.08267.291.8448.04
Hex70AEB34600810b5c30
Octal160123536414001041313460
Binary11100001010111010111101001100000010001000010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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