Html Css Color HEX #7018FF Electric Indigo

📋 copy color: '#7018FF'

red 112 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7018FF

Tints of Electric Indigo #7018FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.22%

R = 28.64%
G = 6.14%
B = 65.22%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7018FF (or 0x7018FF) is known color: Electric Indigo. HEX triplet: 70, 18 and FF. RGB value is (112,24,255). Sum of RGB (Red+Green+Blue) = 112+24+255=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7018FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018FF is #8FE700. Grayscale: #4B4B4B. Windows color (decimal): -9430785 or 16717936. OLE color: 16717936.

HSL color Cylindrical-coordinate representation of color #7018FF: hue angle of 262.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7018FF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 24 255 -
CMYK 0.56 0.91 0 0
HSL 262.86º 1% 0.55% -
HSV(B) 262.86º 0.91% 1% -
XYZ 25.06 11.32 95.47 -
YUV 76.65 228.65 153.22 -
System Red Green Blue C M Y K H S L
Decimal 112 24 255 0.56 0.91 0 0 262.86 1 0.55
Hex 70 18 FF 38 5B 0 0 107 64 37
Octal 160 30 377 70 133 0 0 407 144 67
Binary 1110000 11000 11111111 111000 1011011 0 0 100000111 1100100 110111

Color Harmonies of #7018FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018FF

Black with #7018FF

Text Example


Text Example

White with #7018FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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