Html Css Color HEX #700BE5 Electric Indigo

📋 copy color: '#700BE5'

red 112 ◦ green 11 ◦ blue 229

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

Shades of Electric Indigo #700BE5

Tints of Electric Indigo #700BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 65.06%

R = 31.82%
G = 3.13%
B = 65.06%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#700BE5 (or 0x700BE5) is known color: Electric Indigo. HEX triplet: 70, 0B and E5. RGB value is (112,11,229). Sum of RGB (Red+Green+Blue) = 112+11+229=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #700BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BE5 is #8FF41A. Grayscale: #414141. Windows color (decimal): -9434139 or 15010672. OLE color: 15010672.

HSL color Cylindrical-coordinate representation of color #700BE5: hue angle of 267.8º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BE5 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 11 229 -
CMYK 0.51 0.95 0 0.10
HSL 267.8º 0.91% 0.47% -
HSV(B) 267.8º 0.95% 0.9% -
XYZ 20.94 9.34 74.83 -
YUV 66.05 219.96 160.77 -
System Red Green Blue C M Y K H S L
Decimal 112 11 229 0.51 0.95 0 0.10 267.8 0.91 0.47
Hex 70 B E5 33 5F 0 A 10C 5B 2F
Octal 160 13 345 63 137 0 12 414 133 57
Binary 1110000 1011 11100101 110011 1011111 0 1010 100001100 1011011 101111

Color Harmonies of #700BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BE5

Black with #700BE5

Text Example


Text Example

White with #700BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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