Html Css Color HEX #700AFF Electric Indigo

📋 copy color: '#700AFF'

red 112 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #700AFF

Tints of Electric Indigo #700AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.64%

R = 29.71%
G = 2.65%
B = 67.64%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#700AFF (or 0x700AFF) is known color: Electric Indigo. HEX triplet: 70, 0A and FF. RGB value is (112,10,255). Sum of RGB (Red+Green+Blue) = 112+10+255=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #700AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AFF is #8FF500. Grayscale: #434343. Windows color (decimal): -9434369 or 16714352. OLE color: 16714352.

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

Color convert

RGB 112 10 255 -
CMYK 0.56 0.96 0 0
HSL 264.98º 1% 0.52% -
HSV(B) 264.98º 0.96% 1% -
XYZ 24.84 10.88 95.4 -
YUV 68.43 233.29 159.08 -
System Red Green Blue C M Y K H S L
Decimal 112 10 255 0.56 0.96 0 0 264.98 1 0.52
Hex 70 A FF 38 60 0 0 109 64 34
Octal 160 12 377 70 140 0 0 411 144 64
Binary 1110000 1010 11111111 111000 1100000 0 0 100001001 1100100 110100

Color Harmonies of #700AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700AFF

Black with #700AFF

Text Example


Text Example

White with #700AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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