Html Css Color HEX #7019EC Electric Indigo

📋 copy color: '#7019EC'

red 112 ◦ green 25 ◦ blue 236

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

Shades of Electric Indigo #7019EC

Tints of Electric Indigo #7019EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

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

R = 30.03%
G = 6.7%
B = 63.27%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7019EC (or 0x7019EC) is known color: Electric Indigo. HEX triplet: 70, 19 and EC. RGB value is (112,25,236). Sum of RGB (Red+Green+Blue) = 112+25+236=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #7019EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7019EC is #8FE613. Grayscale: #4A4A4A. Windows color (decimal): -9430548 or 15473008. OLE color: 15473008.

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

Color convert

RGB 112 25 236 -
CMYK 0.53 0.89 0 0.07
HSL 264.74º 0.85% 0.51% -
HSV(B) 264.74º 0.89% 0.93% -
XYZ 22.17 10.2 80.16 -
YUV 75.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 112 25 236 0.53 0.89 0 0.07 264.74 0.85 0.51
Hex 70 19 EC 35 59 0 7 109 55 33
Octal 160 31 354 65 131 0 7 411 125 63
Binary 1110000 11001 11101100 110101 1011001 0 111 100001001 1010101 110011

Color Harmonies of #7019EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7019EC

Black with #7019EC

Text Example


Text Example

White with #7019EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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