Html Css Color HEX #701BF2 Electric Indigo

📋 copy color: '#701BF2'

red 112 ◦ green 27 ◦ blue 242

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

Shades of Electric Indigo #701BF2

Tints of Electric Indigo #701BF2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.09%

 BLUE value IS 242 (94.92% from 255) = 63.52%

R = 29.4%
G = 7.09%
B = 63.52%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#701BF2 (or 0x701BF2) is known color: Electric Indigo. HEX triplet: 70, 1B and F2. RGB value is (112,27,242). Sum of RGB (Red+Green+Blue) = 112+27+242=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #701BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BF2 is #8FE40D. Grayscale: #4C4C4C. Windows color (decimal): -9430030 or 15866736. OLE color: 15866736.

HSL color Cylindrical-coordinate representation of color #701BF2: hue angle of 263.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701BF2 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 27 242 -
CMYK 0.54 0.89 0 0.05
HSL 263.72º 0.89% 0.53% -
HSV(B) 263.72º 0.89% 0.95% -
XYZ 23.1 10.64 84.84 -
YUV 76.93 221.16 153.02 -
System Red Green Blue C M Y K H S L
Decimal 112 27 242 0.54 0.89 0 0.05 263.72 0.89 0.53
Hex 70 1B F2 36 59 0 5 108 59 35
Octal 160 33 362 66 131 0 5 410 131 65
Binary 1110000 11011 11110010 110110 1011001 0 101 100001000 1011001 110101

Color Harmonies of #701BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BF2

Black with #701BF2

Text Example


Text Example

White with #701BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,242); }

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

background-color css

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

 a { background-color: rgb(112,27,242); }

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

border-color css

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

 span { border-color: rgb(112,27,242); }

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