Html Css Color HEX #701CFE Electric Indigo

📋 copy color: '#701CFE'

red 112 ◦ green 28 ◦ blue 254

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

Shades of Electric Indigo #701CFE

Tints of Electric Indigo #701CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.11%

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

R = 28.43%
G = 7.11%
B = 64.47%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#701CFE (or 0x701CFE) is known color: Electric Indigo. HEX triplet: 70, 1C and FE. RGB value is (112,28,254). Sum of RGB (Red+Green+Blue) = 112+28+254=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #701CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CFE is #8FE301. Grayscale: #4E4E4E. Windows color (decimal): -9429762 or 16653424. OLE color: 16653424.

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

Color convert

RGB 112 28 254 -
CMYK 0.56 0.89 0 0.00
HSL 262.3º 0.99% 0.55% -
HSV(B) 262.3º 0.89% 1% -
XYZ 24.99 11.43 94.66 -
YUV 78.88 226.83 151.62 -
System Red Green Blue C M Y K H S L
Decimal 112 28 254 0.56 0.89 0 0.00 262.3 0.99 0.55
Hex 70 1C FE 38 59 0 0 106 63 37
Octal 160 34 376 70 131 0 0 406 143 67
Binary 1110000 11100 11111110 111000 1011001 0 0 100000110 1100011 110111

Color Harmonies of #701CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CFE

Black with #701CFE

Text Example


Text Example

White with #701CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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