Html Css Color HEX #7011FC Electric Indigo

📋 copy color: '#7011FC'

red 112 ◦ green 17 ◦ blue 252

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

Shades of Electric Indigo #7011FC

Tints of Electric Indigo #7011FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.46%

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

R = 29.4%
G = 4.46%
B = 66.14%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7011FC (or 0x7011FC) is known color: Electric Indigo. HEX triplet: 70, 11 and FC. RGB value is (112,17,252). Sum of RGB (Red+Green+Blue) = 112+17+252=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #7011FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011FC is #8FEE03. Grayscale: #474747. Windows color (decimal): -9432580 or 16519536. OLE color: 16519536.

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

Color convert

RGB 112 17 252 -
CMYK 0.56 0.93 0 0.01
HSL 264.26º 0.98% 0.53% -
HSV(B) 264.26º 0.93% 0.99% -
XYZ 24.45 10.87 92.91 -
YUV 72.2 229.47 156.39 -
System Red Green Blue C M Y K H S L
Decimal 112 17 252 0.56 0.93 0 0.01 264.26 0.98 0.53
Hex 70 11 FC 38 5D 0 1 108 62 35
Octal 160 21 374 70 135 0 1 410 142 65
Binary 1110000 10001 11111100 111000 1011101 0 1 100001000 1100010 110101

Color Harmonies of #7011FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011FC

Black with #7011FC

Text Example


Text Example

White with #7011FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7011FC; }

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

 H1.HeaderClassName
 {
   color: #7011FC;
 }
 .AnyTagClassName
 {
   color: #7011FC;
 }
</style>

background-color css

<style>
 a { background-color: #7011FC; }

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

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

border-color css

<style>
 span { border-color: #7011FC; }

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

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