Html Css Color HEX #830BF2 Electric Indigo

📋 copy color: '#830BF2'

red 131 ◦ green 11 ◦ blue 242

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

Shades of Electric Indigo #830BF2

Tints of Electric Indigo #830BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.02%

R = 34.11%
G = 2.86%
B = 63.02%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#830BF2 (or 0x830BF2) is known color: Electric Indigo. HEX triplet: 83, 0B and F2. RGB value is (131,11,242). Sum of RGB (Red+Green+Blue) = 131+11+242=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #830BF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BF2 is #7CF40D. Grayscale: #484848. Windows color (decimal): -8188942 or 15862659. OLE color: 15862659.

HSL color Cylindrical-coordinate representation of color #830BF2: hue angle of 271.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BF2 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 11 242 -
CMYK 0.46 0.95 0 0.05
HSL 271.17º 0.91% 0.5% -
HSV(B) 271.17º 0.95% 0.95% -
XYZ 25.51 11.48 84.88 -
YUV 73.21 223.26 169.22 -
System Red Green Blue C M Y K H S L
Decimal 131 11 242 0.46 0.95 0 0.05 271.17 0.91 0.5
Hex 83 B F2 2E 5F 0 5 10F 5B 32
Octal 203 13 362 56 137 0 5 417 133 62
Binary 10000011 1011 11110010 101110 1011111 0 101 100001111 1011011 110010

Color Harmonies of #830BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BF2

Black with #830BF2

Text Example


Text Example

White with #830BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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