Html Css Color HEX #8303FE Electric Indigo

📋 copy color: '#8303FE'

red 131 ◦ green 3 ◦ blue 254

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

Shades of Electric Indigo #8303FE

Tints of Electric Indigo #8303FE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 33.76%
G = 0.77%
B = 65.46%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8303FE (or 0x8303FE) is known color: Electric Indigo. HEX triplet: 83, 03 and FE. RGB value is (131,3,254). Sum of RGB (Red+Green+Blue) = 131+3+254=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #8303FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8303FE is #7CFC01. Grayscale: #454545. Windows color (decimal): -8190978 or 16647043. OLE color: 16647043.

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

Color convert

RGB 131 3 254 -
CMYK 0.48 0.99 0 0.00
HSL 270.6º 0.99% 0.5% -
HSV(B) 270.6º 0.99% 1% -
XYZ 27.28 12.05 94.65 -
YUV 69.89 231.91 171.59 -
System Red Green Blue C M Y K H S L
Decimal 131 3 254 0.48 0.99 0 0.00 270.6 0.99 0.5
Hex 83 3 FE 30 63 0 0 10F 63 32
Octal 203 3 376 60 143 0 0 417 143 62
Binary 10000011 11 11111110 110000 1100011 0 0 100001111 1100011 110010

Color Harmonies of #8303FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8303FE

Black with #8303FE

Text Example


Text Example

White with #8303FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8303FE; }

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

 H1.HeaderClassName
 {
   color: #8303FE;
 }
 .AnyTagClassName
 {
   color: #8303FE;
 }
</style>

background-color css

<style>
 a { background-color: #8303FE; }

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

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

border-color css

<style>
 span { border-color: #8303FE; }

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

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