Html Css Color HEX #7019FB Electric Indigo

📋 copy color: '#7019FB'

red 112 ◦ green 25 ◦ blue 251

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

Shades of Electric Indigo #7019FB

Tints of Electric Indigo #7019FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.69%

R = 28.87%
G = 6.44%
B = 64.69%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7019FB (or 0x7019FB) is known color: Electric Indigo. HEX triplet: 70, 19 and FB. RGB value is (112,25,251). Sum of RGB (Red+Green+Blue) = 112+25+251=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #7019FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7019FB is #8FE604. Grayscale: #4B4B4B. Windows color (decimal): -9430533 or 16456048. OLE color: 16456048.

HSL color Cylindrical-coordinate representation of color #7019FB: hue angle of 263.1º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7019FB is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 25 251 -
CMYK 0.55 0.90 0 0.02
HSL 263.1º 0.97% 0.54% -
HSV(B) 263.1º 0.9% 0.98% -
XYZ 24.44 11.11 92.12 -
YUV 76.78 226.32 153.12 -
System Red Green Blue C M Y K H S L
Decimal 112 25 251 0.55 0.90 0 0.02 263.1 0.97 0.54
Hex 70 19 FB 37 5A 0 2 107 61 36
Octal 160 31 373 67 132 0 2 407 141 66
Binary 1110000 11001 11111011 110111 1011010 0 10 100000111 1100001 110110

Color Harmonies of #7019FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7019FB

Black with #7019FB

Text Example


Text Example

White with #7019FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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