Html Css Color HEX #701BF7 Electric Indigo

📋 copy color: '#701BF7'

red 112 ◦ green 27 ◦ blue 247

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

Shades of Electric Indigo #701BF7

Tints of Electric Indigo #701BF7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.99%

 BLUE value IS 247 (96.88% from 255) = 63.99%

R = 29.02%
G = 6.99%
B = 63.99%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#701BF7 (or 0x701BF7) is known color: Electric Indigo. HEX triplet: 70, 1B and F7. RGB value is (112,27,247). Sum of RGB (Red+Green+Blue) = 112+27+247=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 247 (96.88% from 255 or 63.99% from 386); Max value from RGB is 247 - color contains mainly: blue. Hex color #701BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BF7 is #8FE408. Grayscale: #4C4C4C. Windows color (decimal): -9430025 or 16194416. OLE color: 16194416.

HSL color Cylindrical-coordinate representation of color #701BF7: hue angle of 263.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701BF7 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 27 247 -
CMYK 0.55 0.89 0 0.03
HSL 263.18º 0.93% 0.54% -
HSV(B) 263.18º 0.89% 0.97% -
XYZ 23.86 10.94 88.85 -
YUV 77.5 223.66 152.61 -
System Red Green Blue C M Y K H S L
Decimal 112 27 247 0.55 0.89 0 0.03 263.18 0.93 0.54
Hex 70 1B F7 37 59 0 3 107 5D 36
Octal 160 33 367 67 131 0 3 407 135 66
Binary 1110000 11011 11110111 110111 1011001 0 11 100000111 1011101 110110

Color Harmonies of #701BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BF7

Black with #701BF7

Text Example


Text Example

White with #701BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,247); }

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

background-color css

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

 a { background-color: rgb(112,27,247); }

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

border-color css

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

 span { border-color: rgb(112,27,247); }

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