Html Css Color HEX #701BF8 Electric Indigo

📋 copy color: '#701BF8'

red 112 ◦ green 27 ◦ blue 248

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

Shades of Electric Indigo #701BF8

Tints of Electric Indigo #701BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 64.08%

R = 28.94%
G = 6.98%
B = 64.08%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#701BF8 (or 0x701BF8) is known color: Electric Indigo. HEX triplet: 70, 1B and F8. RGB value is (112,27,248). Sum of RGB (Red+Green+Blue) = 112+27+248=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #701BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BF8 is #8FE407. Grayscale: #4C4C4C. Windows color (decimal): -9430024 or 16259952. OLE color: 16259952.

HSL color Cylindrical-coordinate representation of color #701BF8: hue angle of 263.08º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701BF8 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 27 248 -
CMYK 0.55 0.89 0 0.03
HSL 263.08º 0.94% 0.54% -
HSV(B) 263.08º 0.89% 0.97% -
XYZ 24.02 11.01 89.67 -
YUV 77.61 224.16 152.53 -
System Red Green Blue C M Y K H S L
Decimal 112 27 248 0.55 0.89 0 0.03 263.08 0.94 0.54
Hex 70 1B F8 37 59 0 3 107 5E 36
Octal 160 33 370 67 131 0 3 407 136 66
Binary 1110000 11011 11111000 110111 1011001 0 11 100000111 1011110 110110

Color Harmonies of #701BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BF8

Black with #701BF8

Text Example


Text Example

White with #701BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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