Html Css Color HEX #8301FC Electric Indigo

📋 copy color: '#8301FC'

red 131 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #8301FC

Tints of Electric Indigo #8301FC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 34.11%
G = 0.26%
B = 65.63%

CMYK

 C value IS 0.48

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8301FC (or 0x8301FC) is known color: Electric Indigo. HEX triplet: 83, 01 and FC. RGB value is (131,1,252). Sum of RGB (Red+Green+Blue) = 131+1+252=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #8301FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8301FC is #7CFE03. Grayscale: #434343. Windows color (decimal): -8191492 or 16515459. OLE color: 16515459.

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

Color convert

RGB 131 1 252 -
CMYK 0.48 1.00 0 0.01
HSL 271.08º 0.99% 0.5% -
HSV(B) 271.08º 1% 0.99% -
XYZ 26.94 11.88 92.97 -
YUV 68.48 231.57 172.59 -
System Red Green Blue C M Y K H S L
Decimal 131 1 252 0.48 1.00 0 0.01 271.08 0.99 0.5
Hex 83 1 FC 30 64 0 1 10F 63 32
Octal 203 1 374 60 144 0 1 417 143 62
Binary 10000011 1 11111100 110000 1100100 0 1 100001111 1100011 110010

Color Harmonies of #8301FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8301FC

Black with #8301FC

Text Example


Text Example

White with #8301FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8301FC; }

 p { color: rgb(131,1,252); }

 H1.HeaderClassName
 {
   color: #8301FC;
 }
 .AnyTagClassName
 {
   color: #8301FC;
 }
</style>

background-color css

<style>
 a { background-color: #8301FC; }

 a { background-color: rgb(131,1,252); }

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

border-color css

<style>
 span { border-color: #8301FC; }

 span { border-color: rgb(131,1,252); }

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