Html Css Color HEX #700FEF Electric Indigo

📋 copy color: '#700FEF'

red 112 ◦ green 15 ◦ blue 239

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

Shades of Electric Indigo #700FEF

Tints of Electric Indigo #700FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

 BLUE value IS 239 (93.75% from 255) = 65.3%

R = 30.6%
G = 4.1%
B = 65.3%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#700FEF (or 0x700FEF) is known color: Electric Indigo. HEX triplet: 70, 0F and EF. RGB value is (112,15,239). Sum of RGB (Red+Green+Blue) = 112+15+239=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #700FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FEF is #8FF010. Grayscale: #444444. Windows color (decimal): -9433105 or 15667056. OLE color: 15667056.

HSL color Cylindrical-coordinate representation of color #700FEF: hue angle of 265.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FEF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 15 239 -
CMYK 0.53 0.94 0 0.06
HSL 265.98º 0.88% 0.5% -
HSV(B) 265.98º 0.94% 0.94% -
XYZ 22.43 10.02 82.41 -
YUV 69.54 223.64 158.29 -
System Red Green Blue C M Y K H S L
Decimal 112 15 239 0.53 0.94 0 0.06 265.98 0.88 0.5
Hex 70 F EF 35 5E 0 6 10A 58 32
Octal 160 17 357 65 136 0 6 412 130 62
Binary 1110000 1111 11101111 110101 1011110 0 110 100001010 1011000 110010

Color Harmonies of #700FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FEF

Black with #700FEF

Text Example


Text Example

White with #700FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,15,239); }

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

background-color css

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

 a { background-color: rgb(112,15,239); }

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

border-color css

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

 span { border-color: rgb(112,15,239); }

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