Html Css Color HEX #700BDD Electric Indigo

📋 copy color: '#700BDD'

red 112 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #700BDD

Tints of Electric Indigo #700BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 32.56%
G = 3.2%
B = 64.24%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#700BDD (or 0x700BDD) is known color: Electric Indigo. HEX triplet: 70, 0B and DD. RGB value is (112,11,221). Sum of RGB (Red+Green+Blue) = 112+11+221=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #700BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BDD is #8FF422. Grayscale: #404040. Windows color (decimal): -9434147 or 14486384. OLE color: 14486384.

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

Color convert

RGB 112 11 221 -
CMYK 0.49 0.95 0 0.13
HSL 268.86º 0.91% 0.45% -
HSV(B) 268.86º 0.95% 0.87% -
XYZ 19.85 8.9 69.08 -
YUV 65.14 215.96 161.42 -
System Red Green Blue C M Y K H S L
Decimal 112 11 221 0.49 0.95 0 0.13 268.86 0.91 0.45
Hex 70 B DD 31 5F 0 D 10D 5B 2D
Octal 160 13 335 61 137 0 15 415 133 55
Binary 1110000 1011 11011101 110001 1011111 0 1101 100001101 1011011 101101

Color Harmonies of #700BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BDD

Black with #700BDD

Text Example


Text Example

White with #700BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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