#7817FC

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

Shades of Electric Indigo #7817FC

Tints of Electric Indigo #7817FC

Color information

#7817FC (or 0x7817FC) is unknown color: approx Electric Indigo. HEX triplet: 78, 17 and FC. RGB value is (120,23,252). Sum of RGB (Red+Green+Blue) = 120+23+252=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #7817FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7817FC is #87E803. Grayscale: #4D4D4D. Windows color (decimal): -8906756 or 16521080. OLE color: 16521080.

HSL color Cylindrical-coordinate representation of color #7817FC: hue angle of 265.41º 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 #7817FC is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12023252-
CMYK0.520.9100.01
HSL265.41º97.45%53.92%-
HSV(B)265.41º90.87%98.82%-
XYZ25.6211.6392.99-
YUV78.11226.14157.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 23 (9.38% from 255) = 5.82%
BLUE value IS 252 (98.83% from 255) = 63.80%
R=30.38%
G=5.82%
B=63.80%

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
Decimal120232520.520.9100.01265.4197.4553.92
Hex7817FC345B011096136
Octal17027374641330141114166
Binary111100010111111111001101001011011011000010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7817FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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