Html Css Color HEX #8304F1 Electric Indigo

📋 copy color: '#8304F1'

red 131 ◦ green 4 ◦ blue 241

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

Shades of Electric Indigo #8304F1

Tints of Electric Indigo #8304F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.1%

R = 34.84%
G = 1.06%
B = 64.1%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8304F1 (or 0x8304F1) is known color: Electric Indigo. HEX triplet: 83, 04 and F1. RGB value is (131,4,241). Sum of RGB (Red+Green+Blue) = 131+4+241=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #8304F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304F1 is #7CFB0E. Grayscale: #444444. Windows color (decimal): -8190735 or 15795331. OLE color: 15795331.

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

Color convert

RGB 131 4 241 -
CMYK 0.46 0.98 0 0.05
HSL 272.15º 0.97% 0.48% -
HSV(B) 272.15º 0.98% 0.95% -
XYZ 25.28 11.26 84.06 -
YUV 68.99 225.08 172.23 -
System Red Green Blue C M Y K H S L
Decimal 131 4 241 0.46 0.98 0 0.05 272.15 0.97 0.48
Hex 83 4 F1 2E 62 0 5 110 61 30
Octal 203 4 361 56 142 0 5 420 141 60
Binary 10000011 100 11110001 101110 1100010 0 101 100010000 1100001 110000

Color Harmonies of #8304F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304F1

Black with #8304F1

Text Example


Text Example

White with #8304F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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