Html Css Color HEX #830CFE Electric Indigo

📋 copy color: '#830CFE'

red 131 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #830CFE

Tints of Electric Indigo #830CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 33%
G = 3.02%
B = 63.98%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#830CFE (or 0x830CFE) is known color: Electric Indigo. HEX triplet: 83, 0C and FE. RGB value is (131,12,254). Sum of RGB (Red+Green+Blue) = 131+12+254=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #830CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CFE is #7CF301. Grayscale: #4A4A4A. Windows color (decimal): -8188674 or 16649347. OLE color: 16649347.

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

Color convert

RGB 131 12 254 -
CMYK 0.48 0.95 0 0.00
HSL 269.5º 0.99% 0.52% -
HSV(B) 269.5º 0.95% 1% -
XYZ 27.38 12.24 94.69 -
YUV 75.17 228.92 167.82 -
System Red Green Blue C M Y K H S L
Decimal 131 12 254 0.48 0.95 0 0.00 269.5 0.99 0.52
Hex 83 C FE 30 5F 0 0 10E 63 34
Octal 203 14 376 60 137 0 0 416 143 64
Binary 10000011 1100 11111110 110000 1011111 0 0 100001110 1100011 110100

Color Harmonies of #830CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CFE

Black with #830CFE

Text Example


Text Example

White with #830CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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