Html Css Color HEX #700BF8 Electric Indigo

📋 copy color: '#700BF8'

red 112 ◦ green 11 ◦ blue 248

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

Shades of Electric Indigo #700BF8

Tints of Electric Indigo #700BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

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

R = 30.19%
G = 2.96%
B = 66.85%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#700BF8 (or 0x700BF8) is known color: Electric Indigo. HEX triplet: 70, 0B and F8. RGB value is (112,11,248). Sum of RGB (Red+Green+Blue) = 112+11+248=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #700BF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BF8 is #8FF407. Grayscale: #434343. Windows color (decimal): -9434120 or 16255856. OLE color: 16255856.

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

Color convert

RGB 112 11 248 -
CMYK 0.55 0.96 0 0.03
HSL 265.57º 0.94% 0.51% -
HSV(B) 265.57º 0.96% 0.97% -
XYZ 23.75 10.46 89.57 -
YUV 68.22 229.46 159.23 -
System Red Green Blue C M Y K H S L
Decimal 112 11 248 0.55 0.96 0 0.03 265.57 0.94 0.51
Hex 70 B F8 37 60 0 3 10A 5E 33
Octal 160 13 370 67 140 0 3 412 136 63
Binary 1110000 1011 11111000 110111 1100000 0 11 100001010 1011110 110011

Color Harmonies of #700BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BF8

Black with #700BF8

Text Example


Text Example

White with #700BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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