#711AFC

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

Shades of Electric Indigo #711AFC

Tints of Electric Indigo #711AFC

Color information

#711AFC (or 0x711AFC) is unknown color: approx Electric Indigo. HEX triplet: 71, 1A and FC. RGB value is (113,26,252). Sum of RGB (Red+Green+Blue) = 113+26+252=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #711AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AFC is #8EE503. Grayscale: #4C4C4C. Windows color (decimal): -9364740 or 16521841. OLE color: 16521841.

HSL color Cylindrical-coordinate representation of color #711AFC: hue angle of 263.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #711AFC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11326252-
CMYK0.550.9000.01
HSL263.1º97.41%54.51%-
HSV(B)263.1º89.68%98.82%-
XYZ24.7511.2892.97-
YUV77.78226.32153.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 26 (10.55% from 255) = 6.65%
BLUE value IS 252 (98.83% from 255) = 64.45%
R=28.90%
G=6.65%
B=64.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal113262520.550.9000.01263.197.4154.51
Hex711AFC375A011076137
Octal16132374671320140714167
Binary111000111010111111001101111011010011000001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711AFC; }

 p { color: rgb(113,26,252); }

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

<style>
 a { background-color: #711AFC; }

 a { background-color: rgb(113,26,252); }

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

<style>
 span { border-color: #711AFC; }

 span { border-color: rgb(113,26,252); }

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