Html Css Color HEX #700AFC Electric Indigo

📋 copy color: '#700AFC'

red 112 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #700AFC

Tints of Electric Indigo #700AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.38%

R = 29.95%
G = 2.67%
B = 67.38%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#700AFC (or 0x700AFC) is known color: Electric Indigo. HEX triplet: 70, 0A and FC. RGB value is (112,10,252). Sum of RGB (Red+Green+Blue) = 112+10+252=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #700AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AFC is #8FF503. Grayscale: #434343. Windows color (decimal): -9434372 or 16517744. OLE color: 16517744.

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

Color convert

RGB 112 10 252 -
CMYK 0.56 0.96 0 0.01
HSL 265.29º 0.98% 0.51% -
HSV(B) 265.29º 0.96% 0.99% -
XYZ 24.36 10.69 92.87 -
YUV 68.09 231.79 159.32 -
System Red Green Blue C M Y K H S L
Decimal 112 10 252 0.56 0.96 0 0.01 265.29 0.98 0.51
Hex 70 A FC 38 60 0 1 109 62 33
Octal 160 12 374 70 140 0 1 411 142 63
Binary 1110000 1010 11111100 111000 1100000 0 1 100001001 1100010 110011

Color Harmonies of #700AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700AFC

Black with #700AFC

Text Example


Text Example

White with #700AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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