Html Css Color HEX #700BFB Electric Indigo

📋 copy color: '#700BFB'

red 112 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #700BFB

Tints of Electric Indigo #700BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.11%

R = 29.95%
G = 2.94%
B = 67.11%

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

#700BFB (or 0x700BFB) is known color: Electric Indigo. HEX triplet: 70, 0B and FB. RGB value is (112,11,251). Sum of RGB (Red+Green+Blue) = 112+11+251=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #700BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BFB is #8FF404. Grayscale: #434343. Windows color (decimal): -9434117 or 16452464. OLE color: 16452464.

HSL color Cylindrical-coordinate representation of color #700BFB: hue angle of 265.25º degrees, saturation: 0.97, 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 #700BFB is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 11 251 -
CMYK 0.55 0.96 0 0.02
HSL 265.25º 0.97% 0.51% -
HSV(B) 265.25º 0.96% 0.98% -
XYZ 24.21 10.65 92.05 -
YUV 68.56 230.96 158.99 -
System Red Green Blue C M Y K H S L
Decimal 112 11 251 0.55 0.96 0 0.02 265.25 0.97 0.51
Hex 70 B FB 37 60 0 2 109 61 33
Octal 160 13 373 67 140 0 2 411 141 63
Binary 1110000 1011 11111011 110111 1100000 0 10 100001001 1100001 110011

Color Harmonies of #700BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BFB

Black with #700BFB

Text Example


Text Example

White with #700BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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