Html Css Color HEX #700FF8 Electric Indigo

📋 copy color: '#700FF8'

red 112 ◦ green 15 ◦ blue 248

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

Shades of Electric Indigo #700FF8

Tints of Electric Indigo #700FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.13%

R = 29.87%
G = 4%
B = 66.13%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#700FF8 (or 0x700FF8) is known color: Electric Indigo. HEX triplet: 70, 0F and F8. RGB value is (112,15,248). Sum of RGB (Red+Green+Blue) = 112+15+248=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #700FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FF8 is #8FF007. Grayscale: #454545. Windows color (decimal): -9433096 or 16256880. OLE color: 16256880.

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

Color convert

RGB 112 15 248 -
CMYK 0.55 0.94 0 0.03
HSL 264.98º 0.94% 0.52% -
HSV(B) 264.98º 0.94% 0.97% -
XYZ 23.8 10.56 89.59 -
YUV 70.57 228.14 157.55 -
System Red Green Blue C M Y K H S L
Decimal 112 15 248 0.55 0.94 0 0.03 264.98 0.94 0.52
Hex 70 F F8 37 5E 0 3 109 5E 34
Octal 160 17 370 67 136 0 3 411 136 64
Binary 1110000 1111 11111000 110111 1011110 0 11 100001001 1011110 110100

Color Harmonies of #700FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FF8

Black with #700FF8

Text Example


Text Example

White with #700FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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