Html Css Color HEX #8304EF Electric Indigo

📋 copy color: '#8304EF'

red 131 ◦ green 4 ◦ blue 239

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

Shades of Electric Indigo #8304EF

Tints of Electric Indigo #8304EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 35.03%
G = 1.07%
B = 63.9%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8304EF (or 0x8304EF) is known color: Electric Indigo. HEX triplet: 83, 04 and EF. RGB value is (131,4,239). Sum of RGB (Red+Green+Blue) = 131+4+239=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #8304EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304EF is #7CFB10. Grayscale: #434343. Windows color (decimal): -8190737 or 15664259. OLE color: 15664259.

HSL color Cylindrical-coordinate representation of color #8304EF: hue angle of 272.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304EF is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 4 239 -
CMYK 0.45 0.98 0 0.06
HSL 272.43º 0.97% 0.48% -
HSV(B) 272.43º 0.98% 0.94% -
XYZ 24.98 11.14 82.5 -
YUV 68.76 224.08 172.39 -
System Red Green Blue C M Y K H S L
Decimal 131 4 239 0.45 0.98 0 0.06 272.43 0.97 0.48
Hex 83 4 EF 2D 62 0 6 110 61 30
Octal 203 4 357 55 142 0 6 420 141 60
Binary 10000011 100 11101111 101101 1100010 0 110 100010000 1100001 110000

Color Harmonies of #8304EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304EF

Black with #8304EF

Text Example


Text Example

White with #8304EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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