Html Css Color HEX #830BF4 Electric Indigo

📋 copy color: '#830BF4'

red 131 ◦ green 11 ◦ blue 244

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

Shades of Electric Indigo #830BF4

Tints of Electric Indigo #830BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 63.21%

R = 33.94%
G = 2.85%
B = 63.21%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#830BF4 (or 0x830BF4) is known color: Electric Indigo. HEX triplet: 83, 0B and F4. RGB value is (131,11,244). Sum of RGB (Red+Green+Blue) = 131+11+244=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #830BF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BF4 is #7CF40B. Grayscale: #484848. Windows color (decimal): -8188940 or 15993731. OLE color: 15993731.

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

Color convert

RGB 131 11 244 -
CMYK 0.46 0.95 0 0.04
HSL 270.9º 0.91% 0.5% -
HSV(B) 270.9º 0.95% 0.96% -
XYZ 25.81 11.6 86.47 -
YUV 73.44 224.26 169.05 -
System Red Green Blue C M Y K H S L
Decimal 131 11 244 0.46 0.95 0 0.04 270.9 0.91 0.5
Hex 83 B F4 2E 5F 0 4 10F 5B 32
Octal 203 13 364 56 137 0 4 417 133 62
Binary 10000011 1011 11110100 101110 1011111 0 100 100001111 1011011 110010

Color Harmonies of #830BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BF4

Black with #830BF4

Text Example


Text Example

White with #830BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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