Html Css Color HEX #7018FC Electric Indigo

📋 copy color: '#7018FC'

red 112 ◦ green 24 ◦ blue 252

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

Shades of Electric Indigo #7018FC

Tints of Electric Indigo #7018FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.95%

R = 28.87%
G = 6.19%
B = 64.95%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7018FC (or 0x7018FC) is known color: Electric Indigo. HEX triplet: 70, 18 and FC. RGB value is (112,24,252). Sum of RGB (Red+Green+Blue) = 112+24+252=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #7018FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018FC is #8FE703. Grayscale: #4B4B4B. Windows color (decimal): -9430788 or 16521328. OLE color: 16521328.

HSL color Cylindrical-coordinate representation of color #7018FC: hue angle of 263.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7018FC is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 24 252 -
CMYK 0.56 0.90 0 0.01
HSL 263.16º 0.97% 0.54% -
HSV(B) 263.16º 0.9% 0.99% -
XYZ 24.58 11.13 92.95 -
YUV 76.3 227.15 153.46 -
System Red Green Blue C M Y K H S L
Decimal 112 24 252 0.56 0.90 0 0.01 263.16 0.97 0.54
Hex 70 18 FC 38 5A 0 1 107 61 36
Octal 160 30 374 70 132 0 1 407 141 66
Binary 1110000 11000 11111100 111000 1011010 0 1 100000111 1100001 110110

Color Harmonies of #7018FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018FC

Black with #7018FC

Text Example


Text Example

White with #7018FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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