#7812FF

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

Shades of Electric Indigo #7812FF

Tints of Electric Indigo #7812FF

Color information

#7812FF (or 0x7812FF) is unknown color: approx Electric Indigo. HEX triplet: 78, 12 and FF. RGB value is (120,18,255). Sum of RGB (Red+Green+Blue) = 120+18+255=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #7812FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7812FF is #87ED00. Grayscale: #4A4A4A. Windows color (decimal): -8908033 or 16716408. OLE color: 16716408.

HSL color Cylindrical-coordinate representation of color #7812FF: hue angle of 265.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7812FF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12018255-
CMYK0.530.9300
HSL265.82º100%53.53%-
HSV(B)265.82º92.94%100%-
XYZ26.0111.6595.48-
YUV75.52229.29159.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 18 (7.42% from 255) = 4.58%
BLUE value IS 255 (100% from 255) = 64.89%
R=30.53%
G=4.58%
B=64.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal120182550.530.9300265.8210053.53
Hex7812FF355D0010a6436
Octal17022377651350041214466
Binary111100010010111111111101011011101001000010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7812FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7812FF; }

 p { color: rgb(120,18,255); }

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

<style>
 a { background-color: #7812FF; }

 a { background-color: rgb(120,18,255); }

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

<style>
 span { border-color: #7812FF; }

 span { border-color: rgb(120,18,255); }

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