Html Css Color HEX #8300FD Electric Indigo

📋 copy color: '#8300FD'

red 131 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #8300FD

Tints of Electric Indigo #8300FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 34.11%
G = 0%
B = 65.89%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8300FD (or 0x8300FD) is known color: Electric Indigo. HEX triplet: 83, 00 and FD. RGB value is (131,0,253). Sum of RGB (Red+Green+Blue) = 131+0+253=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #8300FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300FD is #7CFF02. Grayscale: #434343. Windows color (decimal): -8191747 or 16580739. OLE color: 16580739.

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

Color convert

RGB 131 0 253 -
CMYK 0.48 1 0 0.01
HSL 271.07º 1% 0.5% -
HSV(B) 271.07º 1% 0.99% -
XYZ 27.09 11.92 93.8 -
YUV 68.01 232.4 172.93 -
System Red Green Blue C M Y K H S L
Decimal 131 0 253 0.48 1 0 0.01 271.07 1 0.5
Hex 83 0 FD 30 64 0 1 10F 64 32
Octal 203 0 375 60 144 0 1 417 144 62
Binary 10000011 0 11111101 110000 1100100 0 1 100001111 1100100 110010

Color Harmonies of #8300FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300FD

Black with #8300FD

Text Example


Text Example

White with #8300FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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