Html Css Color HEX #7018F5 Electric Indigo

📋 copy color: '#7018F5'

red 112 ◦ green 24 ◦ blue 245

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

Shades of Electric Indigo #7018F5

Tints of Electric Indigo #7018F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.3%

R = 29.4%
G = 6.3%
B = 64.3%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7018F5 (or 0x7018F5) is known color: Electric Indigo. HEX triplet: 70, 18 and F5. RGB value is (112,24,245). Sum of RGB (Red+Green+Blue) = 112+24+245=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 245 (96.09% from 255 or 64.30% from 381); Max value from RGB is 245 - color contains mainly: blue. Hex color #7018F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018F5 is #8FE70A. Grayscale: #4A4A4A. Windows color (decimal): -9430795 or 16062576. OLE color: 16062576.

HSL color Cylindrical-coordinate representation of color #7018F5: hue angle of 263.89º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7018F5 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 24 245 -
CMYK 0.54 0.90 0 0.04
HSL 263.89º 0.92% 0.53% -
HSV(B) 263.89º 0.9% 0.96% -
XYZ 23.49 10.69 87.21 -
YUV 75.51 223.65 154.03 -
System Red Green Blue C M Y K H S L
Decimal 112 24 245 0.54 0.90 0 0.04 263.89 0.92 0.53
Hex 70 18 F5 36 5A 0 4 108 5C 35
Octal 160 30 365 66 132 0 4 410 134 65
Binary 1110000 11000 11110101 110110 1011010 0 100 100001000 1011100 110101

Color Harmonies of #7018F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018F5

Black with #7018F5

Text Example


Text Example

White with #7018F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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