Html Css Color HEX #830FFA Electric Indigo

📋 copy color: '#830FFA'

red 131 ◦ green 15 ◦ blue 250

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

Shades of Electric Indigo #830FFA

Tints of Electric Indigo #830FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.79%

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 33.08%
G = 3.79%
B = 63.13%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#830FFA (or 0x830FFA) is known color: Electric Indigo. HEX triplet: 83, 0F and FA. RGB value is (131,15,250). Sum of RGB (Red+Green+Blue) = 131+15+250=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #830FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FFA is #7CF005. Grayscale: #4B4B4B. Windows color (decimal): -8187910 or 16387971. OLE color: 16387971.

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

Color convert

RGB 131 15 250 -
CMYK 0.48 0.94 0 0.02
HSL 269.62º 0.96% 0.52% -
HSV(B) 269.62º 0.94% 0.98% -
XYZ 26.79 12.07 91.36 -
YUV 76.47 225.93 166.89 -
System Red Green Blue C M Y K H S L
Decimal 131 15 250 0.48 0.94 0 0.02 269.62 0.96 0.52
Hex 83 F FA 30 5E 0 2 10E 60 34
Octal 203 17 372 60 136 0 2 416 140 64
Binary 10000011 1111 11111010 110000 1011110 0 10 100001110 1100000 110100

Color Harmonies of #830FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FFA

Black with #830FFA

Text Example


Text Example

White with #830FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,15,250); }

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

background-color css

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

 a { background-color: rgb(131,15,250); }

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

border-color css

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

 span { border-color: rgb(131,15,250); }

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