#7001F3

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

Shades of Electric Indigo #7001F3

Tints of Electric Indigo #7001F3

Color information

#7001F3 (or 0x7001F3) is unknown color: approx Electric Indigo. HEX triplet: 70, 01 and F3. RGB value is (112,1,243). Sum of RGB (Red+Green+Blue) = 112+1+243=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #7001F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7001F3 is #8FFE0C. Grayscale: #3C3C3C. Windows color (decimal): -9436685 or 15925616. OLE color: 15925616.

HSL color Cylindrical-coordinate representation of color #7001F3: hue angle of 267.52º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7001F3 is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1121243-
CMYK0.541.0000.05
HSL267.52º99.18%47.84%-
HSV(B)267.52º99.59%95.29%-
XYZ22.879.9485.51-
YUV61.78230.27163.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 243 (95.31% from 255) = 68.26%
R=31.46%
G=0.28%
B=68.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal11212430.541.0000.05267.5299.1847.84
Hex701F336640510c6330
Octal1601363661440541414360
Binary1110000111110011110110110010001011000011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7001F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7001F3; }

 p { color: rgb(112,1,243); }

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

<style>
 a { background-color: #7001F3; }

 a { background-color: rgb(112,1,243); }

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

<style>
 span { border-color: #7001F3; }

 span { border-color: rgb(112,1,243); }

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