Html Css Color HEX #830EFC Electric Indigo

📋 copy color: '#830EFC'

red 131 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #830EFC

Tints of Electric Indigo #830EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.53%

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 33%
G = 3.53%
B = 63.48%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#830EFC (or 0x830EFC) is known color: Electric Indigo. HEX triplet: 83, 0E and FC. RGB value is (131,14,252). Sum of RGB (Red+Green+Blue) = 131+14+252=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #830EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EFC is #7CF103. Grayscale: #4B4B4B. Windows color (decimal): -8188164 or 16518787. OLE color: 16518787.

HSL color Cylindrical-coordinate representation of color #830EFC: hue angle of 269.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EFC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 14 252 -
CMYK 0.48 0.94 0 0.01
HSL 269.5º 0.98% 0.52% -
HSV(B) 269.5º 0.94% 0.99% -
XYZ 27.09 12.17 93.02 -
YUV 76.12 227.26 167.15 -
System Red Green Blue C M Y K H S L
Decimal 131 14 252 0.48 0.94 0 0.01 269.5 0.98 0.52
Hex 83 E FC 30 5E 0 1 10D 62 34
Octal 203 16 374 60 136 0 1 415 142 64
Binary 10000011 1110 11111100 110000 1011110 0 1 100001101 1100010 110100

Color Harmonies of #830EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EFC

Black with #830EFC

Text Example


Text Example

White with #830EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,14,252); }

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

background-color css

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

 a { background-color: rgb(131,14,252); }

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

border-color css

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

 span { border-color: rgb(131,14,252); }

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