Html Css Color HEX #830CFB Electric Indigo

📋 copy color: '#830CFB'

red 131 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #830CFB

Tints of Electric Indigo #830CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 33.25%
G = 3.05%
B = 63.71%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#830CFB (or 0x830CFB) is known color: Electric Indigo. HEX triplet: 83, 0C and FB. RGB value is (131,12,251). Sum of RGB (Red+Green+Blue) = 131+12+251=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #830CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CFB is #7CF304. Grayscale: #494949. Windows color (decimal): -8188677 or 16452739. OLE color: 16452739.

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

Color convert

RGB 131 12 251 -
CMYK 0.48 0.95 0 0.02
HSL 269.87º 0.97% 0.52% -
HSV(B) 269.87º 0.95% 0.98% -
XYZ 26.9 12.05 92.18 -
YUV 74.83 227.42 168.07 -
System Red Green Blue C M Y K H S L
Decimal 131 12 251 0.48 0.95 0 0.02 269.87 0.97 0.52
Hex 83 C FB 30 5F 0 2 10E 61 34
Octal 203 14 373 60 137 0 2 416 141 64
Binary 10000011 1100 11111011 110000 1011111 0 10 100001110 1100001 110100

Color Harmonies of #830CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CFB

Black with #830CFB

Text Example


Text Example

White with #830CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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