Html Css Color HEX #700BFA Electric Indigo

📋 copy color: '#700BFA'

red 112 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #700BFA

Tints of Electric Indigo #700BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 30.03%
G = 2.95%
B = 67.02%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#700BFA (or 0x700BFA) is known color: Electric Indigo. HEX triplet: 70, 0B and FA. RGB value is (112,11,250). Sum of RGB (Red+Green+Blue) = 112+11+250=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #700BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BFA is #8FF405. Grayscale: #434343. Windows color (decimal): -9434118 or 16386928. OLE color: 16386928.

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

Color convert

RGB 112 11 250 -
CMYK 0.55 0.96 0 0.02
HSL 265.36º 0.96% 0.51% -
HSV(B) 265.36º 0.96% 0.98% -
XYZ 24.06 10.59 91.22 -
YUV 68.45 230.46 159.07 -
System Red Green Blue C M Y K H S L
Decimal 112 11 250 0.55 0.96 0 0.02 265.36 0.96 0.51
Hex 70 B FA 37 60 0 2 109 60 33
Octal 160 13 372 67 140 0 2 411 140 63
Binary 1110000 1011 11111010 110111 1100000 0 10 100001001 1100000 110011

Color Harmonies of #700BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BFA

Black with #700BFA

Text Example


Text Example

White with #700BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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