Html Css Color HEX #7000EC Electric Indigo

📋 copy color: '#7000EC'

red 112 ◦ green 0 ◦ blue 236

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

Shades of Electric Indigo #7000EC

Tints of Electric Indigo #7000EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.18%
G = 0%
B = 67.82%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7000EC (or 0x7000EC) is known color: Electric Indigo. HEX triplet: 70, 00 and EC. RGB value is (112,0,236). Sum of RGB (Red+Green+Blue) = 112+0+236=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #7000EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7000EC is #8FFF13. Grayscale: #3B3B3B. Windows color (decimal): -9436948 or 15466608. OLE color: 15466608.

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

Color convert

RGB 112 0 236 -
CMYK 0.53 1 0 0.07
HSL 268.47º 1% 0.46% -
HSV(B) 268.47º 1% 0.93% -
XYZ 21.82 9.5 80.04 -
YUV 60.39 227.11 164.81 -
System Red Green Blue C M Y K H S L
Decimal 112 0 236 0.53 1 0 0.07 268.47 1 0.46
Hex 70 0 EC 35 64 0 7 10C 64 2E
Octal 160 0 354 65 144 0 7 414 144 56
Binary 1110000 0 11101100 110101 1100100 0 111 100001100 1100100 101110

Color Harmonies of #7000EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000EC

Black with #7000EC

Text Example


Text Example

White with #7000EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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