Html Css Color HEX #8300FB Electric Indigo

📋 copy color: '#8300FB'

red 131 ◦ green 0 ◦ blue 251

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

Shades of Electric Indigo #8300FB

Tints of Electric Indigo #8300FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.29%
G = 0%
B = 65.71%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8300FB (or 0x8300FB) is known color: Electric Indigo. HEX triplet: 83, 00 and FB. RGB value is (131,0,251). Sum of RGB (Red+Green+Blue) = 131+0+251=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #8300FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300FB is #7CFF04. Grayscale: #424242. Windows color (decimal): -8191749 or 16449667. OLE color: 16449667.

HSL color Cylindrical-coordinate representation of color #8300FB: hue angle of 271.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300FB is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 0 251 -
CMYK 0.48 1 0 0.02
HSL 271.31º 1% 0.49% -
HSV(B) 271.31º 1% 0.98% -
XYZ 26.77 11.79 92.13 -
YUV 67.78 231.4 173.09 -
System Red Green Blue C M Y K H S L
Decimal 131 0 251 0.48 1 0 0.02 271.31 1 0.49
Hex 83 0 FB 30 64 0 2 10F 64 31
Octal 203 0 373 60 144 0 2 417 144 61
Binary 10000011 0 11111011 110000 1100100 0 10 100001111 1100100 110001

Color Harmonies of #8300FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300FB

Black with #8300FB

Text Example


Text Example

White with #8300FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8300FB; }

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

 H1.HeaderClassName
 {
   color: #8300FB;
 }
 .AnyTagClassName
 {
   color: #8300FB;
 }
</style>

background-color css

<style>
 a { background-color: #8300FB; }

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

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

border-color css

<style>
 span { border-color: #8300FB; }

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

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