Html Css Color HEX #830AFF Electric Indigo

📋 copy color: '#830AFF'

red 131 ◦ green 10 ◦ blue 255

#830AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #830AFF

Tints of Electric Indigo #830AFF

RGB

 RED value IS 131 (51.56% from 255) = 33.08%

 GREEN value IS 10 (4.3% from 255) = 2.53%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 33.08%
G = 2.53%
B = 64.39%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#830AFF (or 0x830AFF) is known color: Electric Indigo. HEX triplet: 83, 0A and FF. RGB value is (131,10,255). Sum of RGB (Red+Green+Blue) = 131+10+255=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #830AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AFF is #7CF500. Grayscale: #494949. Windows color (decimal): -8189185 or 16714371. OLE color: 16714371.

HSL color Cylindrical-coordinate representation of color #830AFF: hue angle of 269.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830AFF is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 10 255 -
CMYK 0.49 0.96 0 0
HSL 269.63º 1% 0.52% -
HSV(B) 269.63º 0.96% 1% -
XYZ 27.52 12.26 95.52 -
YUV 74.11 230.09 168.58 -
System Red Green Blue C M Y K H S L
Decimal 131 10 255 0.49 0.96 0 0 269.63 1 0.52
Hex 83 A FF 31 60 0 0 10E 64 34
Octal 203 12 377 61 140 0 0 416 144 64
Binary 10000011 1010 11111111 110001 1100000 0 0 100001110 1100100 110100

Color Harmonies of #830AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AFF

Black with #830AFF

Text Example


Text Example

White with #830AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #830AFF;
 }
 .AnyTagClassName
 {
   color: #830AFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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