Html Css Color HEX #830DF6 Electric Indigo

📋 copy color: '#830DF6'

red 131 ◦ green 13 ◦ blue 246

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

Shades of Electric Indigo #830DF6

Tints of Electric Indigo #830DF6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.33%

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

R = 33.59%
G = 3.33%
B = 63.08%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#830DF6 (or 0x830DF6) is known color: Electric Indigo. HEX triplet: 83, 0D and F6. RGB value is (131,13,246). Sum of RGB (Red+Green+Blue) = 131+13+246=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #830DF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830DF6 is #7CF209. Grayscale: #4A4A4A. Windows color (decimal): -8188426 or 16125315. OLE color: 16125315.

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

Color convert

RGB 131 13 246 -
CMYK 0.47 0.95 0 0.04
HSL 270.39º 0.93% 0.51% -
HSV(B) 270.39º 0.95% 0.96% -
XYZ 26.14 11.77 88.08 -
YUV 74.84 224.59 168.05 -
System Red Green Blue C M Y K H S L
Decimal 131 13 246 0.47 0.95 0 0.04 270.39 0.93 0.51
Hex 83 D F6 2F 5F 0 4 10E 5D 33
Octal 203 15 366 57 137 0 4 416 135 63
Binary 10000011 1101 11110110 101111 1011111 0 100 100001110 1011101 110011

Color Harmonies of #830DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DF6

Black with #830DF6

Text Example


Text Example

White with #830DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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