Html Css Color HEX #7009EC Electric Indigo

📋 copy color: '#7009EC'

red 112 ◦ green 9 ◦ blue 236

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

Shades of Electric Indigo #7009EC

Tints of Electric Indigo #7009EC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 31.37%
G = 2.52%
B = 66.11%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7009EC (or 0x7009EC) is known color: Electric Indigo. HEX triplet: 70, 09 and EC. RGB value is (112,9,236). Sum of RGB (Red+Green+Blue) = 112+9+236=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #7009EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7009EC is #8FF613. Grayscale: #404040. Windows color (decimal): -9434644 or 15468912. OLE color: 15468912.

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

Color convert

RGB 112 9 236 -
CMYK 0.53 0.96 0 0.07
HSL 267.22º 0.93% 0.48% -
HSV(B) 267.22º 0.96% 0.93% -
XYZ 21.92 9.7 80.07 -
YUV 65.68 224.12 161.04 -
System Red Green Blue C M Y K H S L
Decimal 112 9 236 0.53 0.96 0 0.07 267.22 0.93 0.48
Hex 70 9 EC 35 60 0 7 10B 5D 30
Octal 160 11 354 65 140 0 7 413 135 60
Binary 1110000 1001 11101100 110101 1100000 0 111 100001011 1011101 110000

Color Harmonies of #7009EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7009EC

Black with #7009EC

Text Example


Text Example

White with #7009EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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