Html Css Color HEX #701EFE Electric Indigo

📋 copy color: '#701EFE'

red 112 ◦ green 30 ◦ blue 254

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

Shades of Electric Indigo #701EFE

Tints of Electric Indigo #701EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.58%

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 28.28%
G = 7.58%
B = 64.14%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#701EFE (or 0x701EFE) is known color: Electric Indigo. HEX triplet: 70, 1E and FE. RGB value is (112,30,254). Sum of RGB (Red+Green+Blue) = 112+30+254=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #701EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EFE is #8FE101. Grayscale: #4F4F4F. Windows color (decimal): -9429250 or 16653936. OLE color: 16653936.

HSL color Cylindrical-coordinate representation of color #701EFE: hue angle of 261.96º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701EFE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 30 254 -
CMYK 0.56 0.88 0 0.00
HSL 261.96º 0.99% 0.56% -
HSV(B) 261.96º 0.88% 1% -
XYZ 25.04 11.53 94.67 -
YUV 80.05 226.17 150.79 -
System Red Green Blue C M Y K H S L
Decimal 112 30 254 0.56 0.88 0 0.00 261.96 0.99 0.56
Hex 70 1E FE 38 58 0 0 106 63 38
Octal 160 36 376 70 130 0 0 406 143 70
Binary 1110000 11110 11111110 111000 1011000 0 0 100000110 1100011 111000

Color Harmonies of #701EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EFE

Black with #701EFE

Text Example


Text Example

White with #701EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701EFE; }

 p { color: rgb(112,30,254); }

 H1.HeaderClassName
 {
   color: #701EFE;
 }
 .AnyTagClassName
 {
   color: #701EFE;
 }
</style>

background-color css

<style>
 a { background-color: #701EFE; }

 a { background-color: rgb(112,30,254); }

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

border-color css

<style>
 span { border-color: #701EFE; }

 span { border-color: rgb(112,30,254); }

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