Html Css Color HEX #830BFE Electric Indigo

📋 copy color: '#830BFE'

red 131 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #830BFE

Tints of Electric Indigo #830BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 33.08%
G = 2.78%
B = 64.14%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#830BFE (or 0x830BFE) is known color: Electric Indigo. HEX triplet: 83, 0B and FE. RGB value is (131,11,254). Sum of RGB (Red+Green+Blue) = 131+11+254=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #830BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BFE is #7CF401. Grayscale: #494949. Windows color (decimal): -8188930 or 16649091. OLE color: 16649091.

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

Color convert

RGB 131 11 254 -
CMYK 0.48 0.96 0 0.00
HSL 269.63º 0.99% 0.52% -
HSV(B) 269.63º 0.96% 1% -
XYZ 27.37 12.22 94.68 -
YUV 74.58 229.26 168.24 -
System Red Green Blue C M Y K H S L
Decimal 131 11 254 0.48 0.96 0 0.00 269.63 0.99 0.52
Hex 83 B FE 30 60 0 0 10E 63 34
Octal 203 13 376 60 140 0 0 416 143 64
Binary 10000011 1011 11111110 110000 1100000 0 0 100001110 1100011 110100

Color Harmonies of #830BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BFE

Black with #830BFE

Text Example


Text Example

White with #830BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,11,254); }

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

background-color css

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

 a { background-color: rgb(131,11,254); }

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

border-color css

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

 span { border-color: rgb(131,11,254); }

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