#7010FC

Color #7010FC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7010FC

Tints of Electric Indigo #7010FC

Color information

#7010FC (or 0x7010FC) is unknown color: approx Electric Indigo. HEX triplet: 70, 10 and FC. RGB value is (112,16,252). Sum of RGB (Red+Green+Blue) = 112+16+252=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #7010FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010FC is #8FEF03. Grayscale: #464646. Windows color (decimal): -9432836 or 16519280. OLE color: 16519280.

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

Color convert

RGB11216252-
CMYK0.560.9400.01
HSL264.41º97.52%52.55%-
HSV(B)264.41º93.65%98.82%-
XYZ24.4410.8492.9-
YUV71.61229.8156.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 16 (6.64% from 255) = 4.21%
BLUE value IS 252 (98.83% from 255) = 66.32%
R=29.47%
G=4.21%
B=66.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112162520.560.9400.01264.4197.5252.55
Hex7010FC385E011086235
Octal16020374701360141014265
Binary111000010000111111001110001011110011000010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7010FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7010FC;
 }
 .AnyTagClassName
 {
   color: #7010FC;
 }
</style>
background-color css

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

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

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

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

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

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