Html Css Color HEX #8304FF Electric Indigo

📋 copy color: '#8304FF'

red 131 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #8304FF

Tints of Electric Indigo #8304FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 255 (100% from 255) = 65.38%

R = 33.59%
G = 1.03%
B = 65.38%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8304FF (or 0x8304FF) is known color: Electric Indigo. HEX triplet: 83, 04 and FF. RGB value is (131,4,255). Sum of RGB (Red+Green+Blue) = 131+4+255=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #8304FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304FF is #7CFB00. Grayscale: #454545. Windows color (decimal): -8190721 or 16712835. OLE color: 16712835.

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

Color convert

RGB 131 4 255 -
CMYK 0.49 0.98 0 0
HSL 270.36º 1% 0.51% -
HSV(B) 270.36º 0.98% 1% -
XYZ 27.45 12.13 95.5 -
YUV 70.59 232.08 171.09 -
System Red Green Blue C M Y K H S L
Decimal 131 4 255 0.49 0.98 0 0 270.36 1 0.51
Hex 83 4 FF 31 62 0 0 10E 64 33
Octal 203 4 377 61 142 0 0 416 144 63
Binary 10000011 100 11111111 110001 1100010 0 0 100001110 1100100 110011

Color Harmonies of #8304FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304FF

Black with #8304FF

Text Example


Text Example

White with #8304FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8304FF; }

 p { color: rgb(131,4,255); }

 H1.HeaderClassName
 {
   color: #8304FF;
 }
 .AnyTagClassName
 {
   color: #8304FF;
 }
</style>

background-color css

<style>
 a { background-color: #8304FF; }

 a { background-color: rgb(131,4,255); }

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

border-color css

<style>
 span { border-color: #8304FF; }

 span { border-color: rgb(131,4,255); }

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