#830AF5

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

Shades of Electric Indigo #830AF5

Tints of Electric Indigo #830AF5

Color information

#830AF5 (or 0x830AF5) is unknown color: approx Electric Indigo. HEX triplet: 83, 0A and F5. RGB value is (131,10,245). Sum of RGB (Red+Green+Blue) = 131+10+245=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 245 (96.09% from 255 or 63.47% from 386); Max value from RGB is 245 - color contains mainly: blue. Hex color #830AF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AF5 is #7CF50A. Grayscale: #484848. Windows color (decimal): -8189195 or 16059011. OLE color: 16059011.

HSL color Cylindrical-coordinate representation of color #830AF5: hue angle of 270.89º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830AF5 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13110245-
CMYK0.470.9600.04
HSL270.89º92.16%50%-
HSV(B)270.89º95.92%96.08%-
XYZ25.9511.6387.26-
YUV72.97225.09169.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 10 (4.30% from 255) = 2.59%
BLUE value IS 245 (96.09% from 255) = 63.47%
R=33.94%
G=2.59%
B=63.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal131102450.470.9600.04270.8992.1650
Hex83AF52F600410f5c32
Octal20312365571400441713462
Binary10000011101011110101101111110000001001000011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830AF5; }

 p { color: rgb(131,10,245); }

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

<style>
 a { background-color: #830AF5; }

 a { background-color: rgb(131,10,245); }

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

<style>
 span { border-color: #830AF5; }

 span { border-color: rgb(131,10,245); }

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