#7917FC

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

Shades of Electric Indigo #7917FC

Tints of Electric Indigo #7917FC

Color information

#7917FC (or 0x7917FC) is unknown color: approx Electric Indigo. HEX triplet: 79, 17 and FC. RGB value is (121,23,252). Sum of RGB (Red+Green+Blue) = 121+23+252=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #7917FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7917FC is #86E803. Grayscale: #4D4D4D. Windows color (decimal): -8841220 or 16521081. OLE color: 16521081.

HSL color Cylindrical-coordinate representation of color #7917FC: hue angle of 265.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7917FC is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12123252-
CMYK0.520.9100.01
HSL265.68º97.45%53.92%-
HSV(B)265.68º90.87%98.82%-
XYZ25.7611.7193-
YUV78.41225.97158.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 23 (9.38% from 255) = 5.81%
BLUE value IS 252 (98.83% from 255) = 63.64%
R=30.56%
G=5.81%
B=63.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal121232520.520.9100.01265.6897.4553.92
Hex7917FC345B0110a6136
Octal17127374641330141214166
Binary111100110111111111001101001011011011000010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7917FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,23,252); }

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

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

 a { background-color: rgb(121,23,252); }

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

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

 span { border-color: rgb(121,23,252); }

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