Html Css Color HEX #701AFE Electric Indigo

📋 copy color: '#701AFE'

red 112 ◦ green 26 ◦ blue 254

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

Shades of Electric Indigo #701AFE

Tints of Electric Indigo #701AFE

RGB

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

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

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

R = 28.57%
G = 6.63%
B = 64.8%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#701AFE (or 0x701AFE) is known color: Electric Indigo. HEX triplet: 70, 1A and FE. RGB value is (112,26,254). Sum of RGB (Red+Green+Blue) = 112+26+254=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #701AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AFE is #8FE501. Grayscale: #4C4C4C. Windows color (decimal): -9430274 or 16652912. OLE color: 16652912.

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

Color convert

RGB 112 26 254 -
CMYK 0.56 0.90 0 0.00
HSL 262.63º 0.99% 0.55% -
HSV(B) 262.63º 0.9% 1% -
XYZ 24.94 11.34 94.64 -
YUV 77.71 227.49 152.46 -
System Red Green Blue C M Y K H S L
Decimal 112 26 254 0.56 0.90 0 0.00 262.63 0.99 0.55
Hex 70 1A FE 38 5A 0 0 107 63 37
Octal 160 32 376 70 132 0 0 407 143 67
Binary 1110000 11010 11111110 111000 1011010 0 0 100000111 1100011 110111

Color Harmonies of #701AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AFE

Black with #701AFE

Text Example


Text Example

White with #701AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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