Html Css Color HEX #701EFC Electric Indigo

📋 copy color: '#701EFC'

red 112 ◦ green 30 ◦ blue 252

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

Shades of Electric Indigo #701EFC

Tints of Electric Indigo #701EFC

RGB

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

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

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

R = 28.43%
G = 7.61%
B = 63.96%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#701EFC (or 0x701EFC) is known color: Electric Indigo. HEX triplet: 70, 1E and FC. RGB value is (112,30,252). Sum of RGB (Red+Green+Blue) = 112+30+252=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #701EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EFC is #8FE103. Grayscale: #4F4F4F. Windows color (decimal): -9429252 or 16522864. OLE color: 16522864.

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

Color convert

RGB 112 30 252 -
CMYK 0.56 0.88 0 0.01
HSL 262.16º 0.97% 0.55% -
HSV(B) 262.16º 0.88% 0.99% -
XYZ 24.72 11.4 92.99 -
YUV 79.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 112 30 252 0.56 0.88 0 0.01 262.16 0.97 0.55
Hex 70 1E FC 38 58 0 1 106 61 37
Octal 160 36 374 70 130 0 1 406 141 67
Binary 1110000 11110 11111100 111000 1011000 0 1 100000110 1100001 110111

Color Harmonies of #701EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EFC

Black with #701EFC

Text Example


Text Example

White with #701EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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