Html Css Color HEX #8302F6 Electric Indigo

📋 copy color: '#8302F6'

red 131 ◦ green 2 ◦ blue 246

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

Shades of Electric Indigo #8302F6

Tints of Electric Indigo #8302F6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 246 (96.48% from 255) = 64.91%

R = 34.56%
G = 0.53%
B = 64.91%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8302F6 (or 0x8302F6) is known color: Electric Indigo. HEX triplet: 83, 02 and F6. RGB value is (131,2,246). Sum of RGB (Red+Green+Blue) = 131+2+246=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #8302F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8302F6 is #7CFD09. Grayscale: #434343. Windows color (decimal): -8191242 or 16122499. OLE color: 16122499.

HSL color Cylindrical-coordinate representation of color #8302F6: hue angle of 271.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302F6 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 2 246 -
CMYK 0.47 0.99 0 0.04
HSL 271.72º 0.98% 0.49% -
HSV(B) 271.72º 0.99% 0.96% -
XYZ 26.02 11.52 88.04 -
YUV 68.39 228.24 172.66 -
System Red Green Blue C M Y K H S L
Decimal 131 2 246 0.47 0.99 0 0.04 271.72 0.98 0.49
Hex 83 2 F6 2F 63 0 4 110 62 31
Octal 203 2 366 57 143 0 4 420 142 61
Binary 10000011 10 11110110 101111 1100011 0 100 100010000 1100010 110001

Color Harmonies of #8302F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8302F6

Black with #8302F6

Text Example


Text Example

White with #8302F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8302F6; }

 p { color: rgb(131,2,246); }

 H1.HeaderClassName
 {
   color: #8302F6;
 }
 .AnyTagClassName
 {
   color: #8302F6;
 }
</style>

background-color css

<style>
 a { background-color: #8302F6; }

 a { background-color: rgb(131,2,246); }

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

border-color css

<style>
 span { border-color: #8302F6; }

 span { border-color: rgb(131,2,246); }

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