Html Css Color HEX #7008EA Electric Indigo

📋 copy color: '#7008EA'

red 112 ◦ green 8 ◦ blue 234

#7008EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7008EA

Tints of Electric Indigo #7008EA

RGB

 RED value IS 112 (44.14% from 255) = 31.64%

 GREEN value IS 8 (3.52% from 255) = 2.26%

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 31.64%
G = 2.26%
B = 66.1%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7008EA (or 0x7008EA) is known color: Electric Indigo. HEX triplet: 70, 08 and EA. RGB value is (112,8,234). Sum of RGB (Red+Green+Blue) = 112+8+234=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #7008EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7008EA is #8FF715. Grayscale: #404040. Windows color (decimal): -9434902 or 15337584. OLE color: 15337584.

HSL color Cylindrical-coordinate representation of color #7008EA: hue angle of 267.61º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7008EA is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 8 234 -
CMYK 0.52 0.97 0 0.08
HSL 267.61º 0.93% 0.47% -
HSV(B) 267.61º 0.97% 0.92% -
XYZ 21.62 9.56 78.55 -
YUV 64.86 223.46 161.62 -
System Red Green Blue C M Y K H S L
Decimal 112 8 234 0.52 0.97 0 0.08 267.61 0.93 0.47
Hex 70 8 EA 34 61 0 8 10C 5D 2F
Octal 160 10 352 64 141 0 10 414 135 57
Binary 1110000 1000 11101010 110100 1100001 0 1000 100001100 1011101 101111

Color Harmonies of #7008EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008EA

Black with #7008EA

Text Example


Text Example

White with #7008EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7008EA; }

 p { color: rgb(112,8,234); }

 H1.HeaderClassName
 {
   color: #7008EA;
 }
 .AnyTagClassName
 {
   color: #7008EA;
 }
</style>

background-color css

<style>
 a { background-color: #7008EA; }

 a { background-color: rgb(112,8,234); }

 div.DivClassName
 {
   background-color: #7008EA;
 }
 .BgClassName
 {
   background-color: #7008EA;
 }
</style>

border-color css

<style>
 span { border-color: #7008EA; }

 span { border-color: rgb(112,8,234); }

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