Html Css Color HEX #8302FD Electric Indigo

📋 copy color: '#8302FD'

red 131 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #8302FD

Tints of Electric Indigo #8302FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 33.94%
G = 0.52%
B = 65.54%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8302FD (or 0x8302FD) is known color: Electric Indigo. HEX triplet: 83, 02 and FD. RGB value is (131,2,253). Sum of RGB (Red+Green+Blue) = 131+2+253=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #8302FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8302FD is #7CFD02. Grayscale: #444444. Windows color (decimal): -8191235 or 16581251. OLE color: 16581251.

HSL color Cylindrical-coordinate representation of color #8302FD: hue angle of 270.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302FD is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 2 253 -
CMYK 0.48 0.99 0 0.01
HSL 270.84º 0.98% 0.5% -
HSV(B) 270.84º 0.99% 0.99% -
XYZ 27.11 11.96 93.81 -
YUV 69.19 231.74 172.09 -
System Red Green Blue C M Y K H S L
Decimal 131 2 253 0.48 0.99 0 0.01 270.84 0.98 0.5
Hex 83 2 FD 30 63 0 1 10F 62 32
Octal 203 2 375 60 143 0 1 417 142 62
Binary 10000011 10 11111101 110000 1100011 0 1 100001111 1100010 110010

Color Harmonies of #8302FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8302FD

Black with #8302FD

Text Example


Text Example

White with #8302FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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