Html Css Color HEX #7008EC Electric Indigo

📋 copy color: '#7008EC'

red 112 ◦ green 8 ◦ blue 236

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

Shades of Electric Indigo #7008EC

Tints of Electric Indigo #7008EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 31.46%
G = 2.25%
B = 66.29%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7008EC (or 0x7008EC) is known color: Electric Indigo. HEX triplet: 70, 08 and EC. RGB value is (112,8,236). Sum of RGB (Red+Green+Blue) = 112+8+236=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #7008EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7008EC is #8FF713. Grayscale: #404040. Windows color (decimal): -9434900 or 15468656. OLE color: 15468656.

HSL color Cylindrical-coordinate representation of color #7008EC: hue angle of 267.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7008EC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 8 236 -
CMYK 0.53 0.97 0 0.07
HSL 267.37º 0.93% 0.48% -
HSV(B) 267.37º 0.97% 0.93% -
XYZ 21.91 9.67 80.07 -
YUV 65.09 224.46 161.46 -
System Red Green Blue C M Y K H S L
Decimal 112 8 236 0.53 0.97 0 0.07 267.37 0.93 0.48
Hex 70 8 EC 35 61 0 7 10B 5D 30
Octal 160 10 354 65 141 0 7 413 135 60
Binary 1110000 1000 11101100 110101 1100001 0 111 100001011 1011101 110000

Color Harmonies of #7008EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008EC

Black with #7008EC

Text Example


Text Example

White with #7008EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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