Html Css Color HEX #830CF2 Electric Indigo

📋 copy color: '#830CF2'

red 131 ◦ green 12 ◦ blue 242

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

Shades of Electric Indigo #830CF2

Tints of Electric Indigo #830CF2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

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

R = 34.03%
G = 3.12%
B = 62.86%

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

#830CF2 (or 0x830CF2) is known color: Electric Indigo. HEX triplet: 83, 0C and F2. RGB value is (131,12,242). Sum of RGB (Red+Green+Blue) = 131+12+242=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #830CF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CF2 is #7CF30D. Grayscale: #494949. Windows color (decimal): -8188686 or 15862915. OLE color: 15862915.

HSL color Cylindrical-coordinate representation of color #830CF2: hue angle of 271.04º 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 #830CF2 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 12 242 -
CMYK 0.46 0.95 0 0.05
HSL 271.04º 0.91% 0.5% -
HSV(B) 271.04º 0.95% 0.95% -
XYZ 25.52 11.5 84.88 -
YUV 73.8 222.92 168.8 -
System Red Green Blue C M Y K H S L
Decimal 131 12 242 0.46 0.95 0 0.05 271.04 0.91 0.5
Hex 83 C F2 2E 5F 0 5 10F 5B 32
Octal 203 14 362 56 137 0 5 417 133 62
Binary 10000011 1100 11110010 101110 1011111 0 101 100001111 1011011 110010

Color Harmonies of #830CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CF2

Black with #830CF2

Text Example


Text Example

White with #830CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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