Html Css Color HEX #700AFE Electric Indigo

📋 copy color: '#700AFE'

red 112 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #700AFE

Tints of Electric Indigo #700AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.66%

 BLUE value IS 254 (99.61% from 255) = 67.55%

R = 29.79%
G = 2.66%
B = 67.55%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#700AFE (or 0x700AFE) is known color: Electric Indigo. HEX triplet: 70, 0A and FE. RGB value is (112,10,254). Sum of RGB (Red+Green+Blue) = 112+10+254=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #700AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AFE is #8FF501. Grayscale: #434343. Windows color (decimal): -9434370 or 16648816. OLE color: 16648816.

HSL color Cylindrical-coordinate representation of color #700AFE: hue angle of 265.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700AFE is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 10 254 -
CMYK 0.56 0.96 0 0.00
HSL 265.08º 0.99% 0.52% -
HSV(B) 265.08º 0.96% 1% -
XYZ 24.68 10.82 94.55 -
YUV 68.31 232.79 159.16 -
System Red Green Blue C M Y K H S L
Decimal 112 10 254 0.56 0.96 0 0.00 265.08 0.99 0.52
Hex 70 A FE 38 60 0 0 109 63 34
Octal 160 12 376 70 140 0 0 411 143 64
Binary 1110000 1010 11111110 111000 1100000 0 0 100001001 1100011 110100

Color Harmonies of #700AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700AFE

Black with #700AFE

Text Example


Text Example

White with #700AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,10,254); }

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

background-color css

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

 a { background-color: rgb(112,10,254); }

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

border-color css

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

 span { border-color: rgb(112,10,254); }

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