#7B19F9

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

Shades of Electric Indigo #7B19F9

Tints of Electric Indigo #7B19F9

Color information

#7B19F9 (or 0x7B19F9) is unknown color: approx Electric Indigo. HEX triplet: 7B, 19 and F9. RGB value is (123,25,249). Sum of RGB (Red+Green+Blue) = 123+25+249=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B19F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B19F9 is #84E606. Grayscale: #4F4F4F. Windows color (decimal): -8709639 or 16324987. OLE color: 16324987.

HSL color Cylindrical-coordinate representation of color #7B19F9: hue angle of 266.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B19F9 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12325249-
CMYK0.510.9000.02
HSL266.25º94.92%53.73%-
HSV(B)266.25º89.96%97.65%-
XYZ25.6111.7590.54-
YUV79.84223.47158.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 249 (97.66% from 255) = 62.72%
R=30.98%
G=6.30%
B=62.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal123252490.510.9000.02266.2594.9253.73
Hex7B19F9335A0210a5f36
Octal17331371631320241213766
Binary1111011110011111100111001110110100101000010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B19F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B19F9; }

 p { color: rgb(123,25,249); }

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

<style>
 a { background-color: #7B19F9; }

 a { background-color: rgb(123,25,249); }

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

<style>
 span { border-color: #7B19F9; }

 span { border-color: rgb(123,25,249); }

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