Html Css Color HEX #701AF0 Electric Indigo

📋 copy color: '#701AF0'

red 112 ◦ green 26 ◦ blue 240

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

Shades of Electric Indigo #701AF0

Tints of Electric Indigo #701AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 240 (94.14% from 255) = 63.49%

R = 29.63%
G = 6.88%
B = 63.49%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#701AF0 (or 0x701AF0) is known color: Electric Indigo. HEX triplet: 70, 1A and F0. RGB value is (112,26,240). Sum of RGB (Red+Green+Blue) = 112+26+240=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #701AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AF0 is #8FE50F. Grayscale: #4B4B4B. Windows color (decimal): -9430288 or 15735408. OLE color: 15735408.

HSL color Cylindrical-coordinate representation of color #701AF0: hue angle of 264.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701AF0 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 26 240 -
CMYK 0.53 0.89 0 0.06
HSL 264.11º 0.88% 0.52% -
HSV(B) 264.11º 0.89% 0.94% -
XYZ 22.78 10.47 83.26 -
YUV 76.11 220.49 153.6 -
System Red Green Blue C M Y K H S L
Decimal 112 26 240 0.53 0.89 0 0.06 264.11 0.88 0.52
Hex 70 1A F0 35 59 0 6 108 58 34
Octal 160 32 360 65 131 0 6 410 130 64
Binary 1110000 11010 11110000 110101 1011001 0 110 100001000 1011000 110100

Color Harmonies of #701AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AF0

Black with #701AF0

Text Example


Text Example

White with #701AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,240); }

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

background-color css

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

 a { background-color: rgb(112,26,240); }

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

border-color css

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

 span { border-color: rgb(112,26,240); }

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