Html Css Color HEX #8305FF Electric Indigo

📋 copy color: '#8305FF'

red 131 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #8305FF

Tints of Electric Indigo #8305FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

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

R = 33.5%
G = 1.28%
B = 65.22%

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

#8305FF (or 0x8305FF) is known color: Electric Indigo. HEX triplet: 83, 05 and FF. RGB value is (131,5,255). Sum of RGB (Red+Green+Blue) = 131+5+255=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #8305FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8305FF is #7CFA00. Grayscale: #464646. Windows color (decimal): -8190465 or 16713091. OLE color: 16713091.

HSL color Cylindrical-coordinate representation of color #8305FF: hue angle of 270.24º 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 #8305FF is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 5 255 -
CMYK 0.49 0.98 0 0
HSL 270.24º 1% 0.51% -
HSV(B) 270.24º 0.98% 1% -
XYZ 27.46 12.15 95.51 -
YUV 71.17 231.74 170.67 -
System Red Green Blue C M Y K H S L
Decimal 131 5 255 0.49 0.98 0 0 270.24 1 0.51
Hex 83 5 FF 31 62 0 0 10E 64 33
Octal 203 5 377 61 142 0 0 416 144 63
Binary 10000011 101 11111111 110001 1100010 0 0 100001110 1100100 110011

Color Harmonies of #8305FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8305FF

Black with #8305FF

Text Example


Text Example

White with #8305FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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