Html Css Color HEX #700CDB Electric Indigo

📋 copy color: '#700CDB'

red 112 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #700CDB

Tints of Electric Indigo #700CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.5%

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 32.65%
G = 3.5%
B = 63.85%

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

#700CDB (or 0x700CDB) is known color: Electric Indigo. HEX triplet: 70, 0C and DB. RGB value is (112,12,219). Sum of RGB (Red+Green+Blue) = 112+12+219=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #700CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CDB is #8FF324. Grayscale: #404040. Windows color (decimal): -9433893 or 14355568. OLE color: 14355568.

HSL color Cylindrical-coordinate representation of color #700CDB: hue angle of 268.99º 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 #700CDB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 12 219 -
CMYK 0.49 0.95 0 0.14
HSL 268.99º 0.9% 0.45% -
HSV(B) 268.99º 0.95% 0.86% -
XYZ 19.6 8.82 67.69 -
YUV 65.5 214.63 161.17 -
System Red Green Blue C M Y K H S L
Decimal 112 12 219 0.49 0.95 0 0.14 268.99 0.9 0.45
Hex 70 C DB 31 5F 0 E 10D 5A 2D
Octal 160 14 333 61 137 0 16 415 132 55
Binary 1110000 1100 11011011 110001 1011111 0 1110 100001101 1011010 101101

Color Harmonies of #700CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CDB

Black with #700CDB

Text Example


Text Example

White with #700CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,219); }

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

background-color css

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

 a { background-color: rgb(112,12,219); }

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

border-color css

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

 span { border-color: rgb(112,12,219); }

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