Html Css Color HEX #701EFA Electric Indigo

📋 copy color: '#701EFA'

red 112 ◦ green 30 ◦ blue 250

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

Shades of Electric Indigo #701EFA

Tints of Electric Indigo #701EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 28.57%
G = 7.65%
B = 63.78%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#701EFA (or 0x701EFA) is known color: Electric Indigo. HEX triplet: 70, 1E and FA. RGB value is (112,30,250). Sum of RGB (Red+Green+Blue) = 112+30+250=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #701EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EFA is #8FE105. Grayscale: #4E4E4E. Windows color (decimal): -9429254 or 16391792. OLE color: 16391792.

HSL color Cylindrical-coordinate representation of color #701EFA: hue angle of 262.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701EFA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 30 250 -
CMYK 0.55 0.88 0 0.02
HSL 262.36º 0.96% 0.55% -
HSV(B) 262.36º 0.88% 0.98% -
XYZ 24.4 11.28 91.33 -
YUV 79.6 224.17 151.11 -
System Red Green Blue C M Y K H S L
Decimal 112 30 250 0.55 0.88 0 0.02 262.36 0.96 0.55
Hex 70 1E FA 37 58 0 2 106 60 37
Octal 160 36 372 67 130 0 2 406 140 67
Binary 1110000 11110 11111010 110111 1011000 0 10 100000110 1100000 110111

Color Harmonies of #701EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EFA

Black with #701EFA

Text Example


Text Example

White with #701EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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