Html Css Color HEX #7018F9 Electric Indigo

📋 copy color: '#7018F9'

red 112 ◦ green 24 ◦ blue 249

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

Shades of Electric Indigo #7018F9

Tints of Electric Indigo #7018F9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

 BLUE value IS 249 (97.66% from 255) = 64.68%

R = 29.09%
G = 6.23%
B = 64.68%

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

#7018F9 (or 0x7018F9) is known color: Electric Indigo. HEX triplet: 70, 18 and F9. RGB value is (112,24,249). Sum of RGB (Red+Green+Blue) = 112+24+249=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #7018F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018F9 is #8FE706. Grayscale: #4B4B4B. Windows color (decimal): -9430791 or 16324720. OLE color: 16324720.

HSL color Cylindrical-coordinate representation of color #7018F9: hue angle of 263.47º degrees, saturation: 0.95, 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 #7018F9 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 24 249 -
CMYK 0.55 0.90 0 0.02
HSL 263.47º 0.95% 0.54% -
HSV(B) 263.47º 0.9% 0.98% -
XYZ 24.11 10.94 90.46 -
YUV 75.96 225.65 153.7 -
System Red Green Blue C M Y K H S L
Decimal 112 24 249 0.55 0.90 0 0.02 263.47 0.95 0.54
Hex 70 18 F9 37 5A 0 2 107 5F 36
Octal 160 30 371 67 132 0 2 407 137 66
Binary 1110000 11000 11111001 110111 1011010 0 10 100000111 1011111 110110

Color Harmonies of #7018F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018F9

Black with #7018F9

Text Example


Text Example

White with #7018F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7018F9; }

 p { color: rgb(112,24,249); }

 H1.HeaderClassName
 {
   color: #7018F9;
 }
 .AnyTagClassName
 {
   color: #7018F9;
 }
</style>

background-color css

<style>
 a { background-color: #7018F9; }

 a { background-color: rgb(112,24,249); }

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

border-color css

<style>
 span { border-color: #7018F9; }

 span { border-color: rgb(112,24,249); }

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