Html Css Color HEX #830FF6 Electric Indigo

📋 copy color: '#830FF6'

red 131 ◦ green 15 ◦ blue 246

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

Shades of Electric Indigo #830FF6

Tints of Electric Indigo #830FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

 BLUE value IS 246 (96.48% from 255) = 62.76%

R = 33.42%
G = 3.83%
B = 62.76%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#830FF6 (or 0x830FF6) is known color: Electric Indigo. HEX triplet: 83, 0F and F6. RGB value is (131,15,246). Sum of RGB (Red+Green+Blue) = 131+15+246=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 246 (96.48% from 255 or 62.76% from 392); Max value from RGB is 246 - color contains mainly: blue. Hex color #830FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FF6 is #7CF009. Grayscale: #4B4B4B. Windows color (decimal): -8187914 or 16125827. OLE color: 16125827.

HSL color Cylindrical-coordinate representation of color #830FF6: hue angle of 270.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830FF6 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 15 246 -
CMYK 0.47 0.94 0 0.04
HSL 270.13º 0.93% 0.51% -
HSV(B) 270.13º 0.94% 0.96% -
XYZ 26.17 11.82 88.09 -
YUV 76.02 223.93 167.22 -
System Red Green Blue C M Y K H S L
Decimal 131 15 246 0.47 0.94 0 0.04 270.13 0.93 0.51
Hex 83 F F6 2F 5E 0 4 10E 5D 33
Octal 203 17 366 57 136 0 4 416 135 63
Binary 10000011 1111 11110110 101111 1011110 0 100 100001110 1011101 110011

Color Harmonies of #830FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FF6

Black with #830FF6

Text Example


Text Example

White with #830FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,15,246); }

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

background-color css

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

 a { background-color: rgb(131,15,246); }

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

border-color css

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

 span { border-color: rgb(131,15,246); }

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