Html Css Color HEX #700CF8 Electric Indigo

📋 copy color: '#700CF8'

red 112 ◦ green 12 ◦ blue 248

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

Shades of Electric Indigo #700CF8

Tints of Electric Indigo #700CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

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

R = 30.11%
G = 3.23%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#700CF8 (or 0x700CF8) is known color: Electric Indigo. HEX triplet: 70, 0C and F8. RGB value is (112,12,248). Sum of RGB (Red+Green+Blue) = 112+12+248=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #700CF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CF8 is #8FF307. Grayscale: #434343. Windows color (decimal): -9433864 or 16256112. OLE color: 16256112.

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

Color convert

RGB 112 12 248 -
CMYK 0.55 0.95 0 0.03
HSL 265.42º 0.94% 0.51% -
HSV(B) 265.42º 0.95% 0.97% -
XYZ 23.76 10.49 89.58 -
YUV 68.8 229.13 158.81 -
System Red Green Blue C M Y K H S L
Decimal 112 12 248 0.55 0.95 0 0.03 265.42 0.94 0.51
Hex 70 C F8 37 5F 0 3 109 5E 33
Octal 160 14 370 67 137 0 3 411 136 63
Binary 1110000 1100 11111000 110111 1011111 0 11 100001001 1011110 110011

Color Harmonies of #700CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CF8

Black with #700CF8

Text Example


Text Example

White with #700CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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