Html Css Color HEX #7018EB Electric Indigo

📋 copy color: '#7018EB'

red 112 ◦ green 24 ◦ blue 235

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

Shades of Electric Indigo #7018EB

Tints of Electric Indigo #7018EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.34%

R = 30.19%
G = 6.47%
B = 63.34%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7018EB (or 0x7018EB) is known color: Electric Indigo. HEX triplet: 70, 18 and EB. RGB value is (112,24,235). Sum of RGB (Red+Green+Blue) = 112+24+235=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #7018EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018EB is #8FE714. Grayscale: #494949. Windows color (decimal): -9430805 or 15407216. OLE color: 15407216.

HSL color Cylindrical-coordinate representation of color #7018EB: hue angle of 265.02º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7018EB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 24 235 -
CMYK 0.52 0.90 0 0.08
HSL 265.02º 0.84% 0.51% -
HSV(B) 265.02º 0.9% 0.92% -
XYZ 22 10.1 79.39 -
YUV 74.37 218.65 154.84 -
System Red Green Blue C M Y K H S L
Decimal 112 24 235 0.52 0.90 0 0.08 265.02 0.84 0.51
Hex 70 18 EB 34 5A 0 8 109 54 33
Octal 160 30 353 64 132 0 10 411 124 63
Binary 1110000 11000 11101011 110100 1011010 0 1000 100001001 1010100 110011

Color Harmonies of #7018EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018EB

Black with #7018EB

Text Example


Text Example

White with #7018EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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