Html Css Color HEX #8308FA Electric Indigo

📋 copy color: '#8308FA'

red 131 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #8308FA

Tints of Electric Indigo #8308FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

 BLUE value IS 250 (98.05% from 255) = 64.27%

R = 33.68%
G = 2.06%
B = 64.27%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8308FA (or 0x8308FA) is known color: Electric Indigo. HEX triplet: 83, 08 and FA. RGB value is (131,8,250). Sum of RGB (Red+Green+Blue) = 131+8+250=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #8308FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8308FA is #7CF705. Grayscale: #474747. Windows color (decimal): -8189702 or 16386179. OLE color: 16386179.

HSL color Cylindrical-coordinate representation of color #8308FA: hue angle of 270.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8308FA is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 8 250 -
CMYK 0.48 0.97 0 0.02
HSL 270.5º 0.96% 0.51% -
HSV(B) 270.5º 0.97% 0.98% -
XYZ 26.7 11.9 91.33 -
YUV 72.37 228.25 169.82 -
System Red Green Blue C M Y K H S L
Decimal 131 8 250 0.48 0.97 0 0.02 270.5 0.96 0.51
Hex 83 8 FA 30 61 0 2 10E 60 33
Octal 203 10 372 60 141 0 2 416 140 63
Binary 10000011 1000 11111010 110000 1100001 0 10 100001110 1100000 110011

Color Harmonies of #8308FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8308FA

Black with #8308FA

Text Example


Text Example

White with #8308FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8308FA; }

 p { color: rgb(131,8,250); }

 H1.HeaderClassName
 {
   color: #8308FA;
 }
 .AnyTagClassName
 {
   color: #8308FA;
 }
</style>

background-color css

<style>
 a { background-color: #8308FA; }

 a { background-color: rgb(131,8,250); }

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

border-color css

<style>
 span { border-color: #8308FA; }

 span { border-color: rgb(131,8,250); }

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