Html Css Color HEX #701DFE Electric Indigo

📋 copy color: '#701DFE'

red 112 ◦ green 29 ◦ blue 254

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

Shades of Electric Indigo #701DFE

Tints of Electric Indigo #701DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

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

R = 28.35%
G = 7.34%
B = 64.3%

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

#701DFE (or 0x701DFE) is known color: Electric Indigo. HEX triplet: 70, 1D and FE. RGB value is (112,29,254). Sum of RGB (Red+Green+Blue) = 112+29+254=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #701DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DFE is #8FE201. Grayscale: #4E4E4E. Windows color (decimal): -9429506 or 16653680. OLE color: 16653680.

HSL color Cylindrical-coordinate representation of color #701DFE: hue angle of 262.13º 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 #701DFE is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 29 254 -
CMYK 0.56 0.89 0 0.00
HSL 262.13º 0.99% 0.55% -
HSV(B) 262.13º 0.89% 1% -
XYZ 25.01 11.48 94.66 -
YUV 79.47 226.5 151.2 -
System Red Green Blue C M Y K H S L
Decimal 112 29 254 0.56 0.89 0 0.00 262.13 0.99 0.55
Hex 70 1D FE 38 59 0 0 106 63 37
Octal 160 35 376 70 131 0 0 406 143 67
Binary 1110000 11101 11111110 111000 1011001 0 0 100000110 1100011 110111

Color Harmonies of #701DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DFE

Black with #701DFE

Text Example


Text Example

White with #701DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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