Html Css Color HEX #700BDC Electric Indigo

📋 copy color: '#700BDC'

red 112 ◦ green 11 ◦ blue 220

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

Shades of Electric Indigo #700BDC

Tints of Electric Indigo #700BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.14%

R = 32.65%
G = 3.21%
B = 64.14%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#700BDC (or 0x700BDC) is known color: Electric Indigo. HEX triplet: 70, 0B and DC. RGB value is (112,11,220). Sum of RGB (Red+Green+Blue) = 112+11+220=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #700BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BDC is #8FF423. Grayscale: #404040. Windows color (decimal): -9434148 or 14420848. OLE color: 14420848.

HSL color Cylindrical-coordinate representation of color #700BDC: hue angle of 269º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BDC is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 11 220 -
CMYK 0.49 0.95 0 0.14
HSL 269º 0.9% 0.45% -
HSV(B) 269º 0.95% 0.86% -
XYZ 19.72 8.85 68.38 -
YUV 65.03 215.46 161.51 -
System Red Green Blue C M Y K H S L
Decimal 112 11 220 0.49 0.95 0 0.14 269 0.9 0.45
Hex 70 B DC 31 5F 0 E 10D 5A 2D
Octal 160 13 334 61 137 0 16 415 132 55
Binary 1110000 1011 11011100 110001 1011111 0 1110 100001101 1011010 101101

Color Harmonies of #700BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BDC

Black with #700BDC

Text Example


Text Example

White with #700BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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