Html Css Color HEX #700CFE Electric Indigo

📋 copy color: '#700CFE'

red 112 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #700CFE

Tints of Electric Indigo #700CFE

RGB

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

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

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

R = 29.63%
G = 3.17%
B = 67.2%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#700CFE (or 0x700CFE) is known color: Electric Indigo. HEX triplet: 70, 0C and FE. RGB value is (112,12,254). Sum of RGB (Red+Green+Blue) = 112+12+254=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #700CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CFE is #8FF301. Grayscale: #444444. Windows color (decimal): -9433858 or 16649328. OLE color: 16649328.

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

Color convert

RGB 112 12 254 -
CMYK 0.56 0.95 0 0.00
HSL 264.79º 0.99% 0.52% -
HSV(B) 264.79º 0.95% 1% -
XYZ 24.7 10.86 94.56 -
YUV 69.49 232.13 158.32 -
System Red Green Blue C M Y K H S L
Decimal 112 12 254 0.56 0.95 0 0.00 264.79 0.99 0.52
Hex 70 C FE 38 5F 0 0 109 63 34
Octal 160 14 376 70 137 0 0 411 143 64
Binary 1110000 1100 11111110 111000 1011111 0 0 100001001 1100011 110100

Color Harmonies of #700CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CFE

Black with #700CFE

Text Example


Text Example

White with #700CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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