Html Css Color HEX #830AF9 Electric Indigo

📋 copy color: '#830AF9'

red 131 ◦ green 10 ◦ blue 249

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

Shades of Electric Indigo #830AF9

Tints of Electric Indigo #830AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.85%

R = 33.59%
G = 2.56%
B = 63.85%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#830AF9 (or 0x830AF9) is known color: Electric Indigo. HEX triplet: 83, 0A and F9. RGB value is (131,10,249). Sum of RGB (Red+Green+Blue) = 131+10+249=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #830AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AF9 is #7CF506. Grayscale: #484848. Windows color (decimal): -8189191 or 16321155. OLE color: 16321155.

HSL color Cylindrical-coordinate representation of color #830AF9: hue angle of 270.38º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830AF9 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 10 249 -
CMYK 0.47 0.96 0 0.02
HSL 270.38º 0.95% 0.51% -
HSV(B) 270.38º 0.96% 0.98% -
XYZ 26.57 11.88 90.52 -
YUV 73.43 227.09 169.07 -
System Red Green Blue C M Y K H S L
Decimal 131 10 249 0.47 0.96 0 0.02 270.38 0.95 0.51
Hex 83 A F9 2F 60 0 2 10E 5F 33
Octal 203 12 371 57 140 0 2 416 137 63
Binary 10000011 1010 11111001 101111 1100000 0 10 100001110 1011111 110011

Color Harmonies of #830AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AF9

Black with #830AF9

Text Example


Text Example

White with #830AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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