Html Css Color HEX #830EFB Electric Indigo

📋 copy color: '#830EFB'

red 131 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #830EFB

Tints of Electric Indigo #830EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 33.08%
G = 3.54%
B = 63.38%

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

#830EFB (or 0x830EFB) is known color: Electric Indigo. HEX triplet: 83, 0E and FB. RGB value is (131,14,251). Sum of RGB (Red+Green+Blue) = 131+14+251=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #830EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EFB is #7CF104. Grayscale: #4B4B4B. Windows color (decimal): -8188165 or 16453251. OLE color: 16453251.

HSL color Cylindrical-coordinate representation of color #830EFB: hue angle of 269.62º degrees, saturation: 0.97, 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 #830EFB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 14 251 -
CMYK 0.48 0.94 0 0.02
HSL 269.62º 0.97% 0.52% -
HSV(B) 269.62º 0.94% 0.98% -
XYZ 26.93 12.1 92.18 -
YUV 76 226.76 167.23 -
System Red Green Blue C M Y K H S L
Decimal 131 14 251 0.48 0.94 0 0.02 269.62 0.97 0.52
Hex 83 E FB 30 5E 0 2 10E 61 34
Octal 203 16 373 60 136 0 2 416 141 64
Binary 10000011 1110 11111011 110000 1011110 0 10 100001110 1100001 110100

Color Harmonies of #830EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EFB

Black with #830EFB

Text Example


Text Example

White with #830EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,14,251); }

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

background-color css

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

 a { background-color: rgb(131,14,251); }

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

border-color css

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

 span { border-color: rgb(131,14,251); }

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