Html Css Color HEX #830BFF Electric Indigo

📋 copy color: '#830BFF'

red 131 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #830BFF

Tints of Electric Indigo #830BFF

RGB

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

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

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

R = 33%
G = 2.77%
B = 64.23%

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

#830BFF (or 0x830BFF) is known color: Electric Indigo. HEX triplet: 83, 0B and FF. RGB value is (131,11,255). Sum of RGB (Red+Green+Blue) = 131+11+255=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #830BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BFF is #7CF400. Grayscale: #494949. Windows color (decimal): -8188929 or 16714627. OLE color: 16714627.

HSL color Cylindrical-coordinate representation of color #830BFF: hue angle of 269.51º 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 #830BFF is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 11 255 -
CMYK 0.49 0.96 0 0
HSL 269.51º 1% 0.52% -
HSV(B) 269.51º 0.96% 1% -
XYZ 27.53 12.28 95.53 -
YUV 74.7 229.76 168.16 -
System Red Green Blue C M Y K H S L
Decimal 131 11 255 0.49 0.96 0 0 269.51 1 0.52
Hex 83 B FF 31 60 0 0 10E 64 34
Octal 203 13 377 61 140 0 0 416 144 64
Binary 10000011 1011 11111111 110001 1100000 0 0 100001110 1100100 110100

Color Harmonies of #830BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BFF

Black with #830BFF

Text Example


Text Example

White with #830BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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