Html Css Color HEX #701BEE Electric Indigo

📋 copy color: '#701BEE'

red 112 ◦ green 27 ◦ blue 238

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

Shades of Electric Indigo #701BEE

Tints of Electric Indigo #701BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.13%

R = 29.71%
G = 7.16%
B = 63.13%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#701BEE (or 0x701BEE) is known color: Electric Indigo. HEX triplet: 70, 1B and EE. RGB value is (112,27,238). Sum of RGB (Red+Green+Blue) = 112+27+238=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #701BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BEE is #8FE411. Grayscale: #4B4B4B. Windows color (decimal): -9430034 or 15604592. OLE color: 15604592.

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

Color convert

RGB 112 27 238 -
CMYK 0.53 0.89 0 0.07
HSL 264.17º 0.86% 0.52% -
HSV(B) 264.17º 0.89% 0.93% -
XYZ 22.51 10.4 81.71 -
YUV 76.47 219.16 153.34 -
System Red Green Blue C M Y K H S L
Decimal 112 27 238 0.53 0.89 0 0.07 264.17 0.86 0.52
Hex 70 1B EE 35 59 0 7 108 56 34
Octal 160 33 356 65 131 0 7 410 126 64
Binary 1110000 11011 11101110 110101 1011001 0 111 100001000 1010110 110100

Color Harmonies of #701BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BEE

Black with #701BEE

Text Example


Text Example

White with #701BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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