Html Css Color HEX #8203FC Electric Indigo

📋 copy color: '#8203FC'

red 130 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #8203FC

Tints of Electric Indigo #8203FC

RGB

 RED value IS 130 (51.17% from 255) = 33.77%

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 33.77%
G = 0.78%
B = 65.45%

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

#8203FC (or 0x8203FC) is known color: Electric Indigo. HEX triplet: 82, 03 and FC. RGB value is (130,3,252). Sum of RGB (Red+Green+Blue) = 130+3+252=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #8203FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8203FC is #7DFC03. Grayscale: #444444. Windows color (decimal): -8256516 or 16515970. OLE color: 16515970.

HSL color Cylindrical-coordinate representation of color #8203FC: hue angle of 270.6º 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 #8203FC is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 3 252 -
CMYK 0.48 0.99 0 0.01
HSL 270.6º 0.98% 0.5% -
HSV(B) 270.6º 0.99% 0.99% -
XYZ 26.81 11.84 92.97 -
YUV 69.36 231.08 171.25 -
System Red Green Blue C M Y K H S L
Decimal 130 3 252 0.48 0.99 0 0.01 270.6 0.98 0.5
Hex 82 3 FC 30 63 0 1 10F 62 32
Octal 202 3 374 60 143 0 1 417 142 62
Binary 10000010 11 11111100 110000 1100011 0 1 100001111 1100010 110010

Color Harmonies of #8203FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8203FC

Black with #8203FC

Text Example


Text Example

White with #8203FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,3,252); }

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

background-color css

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

 a { background-color: rgb(130,3,252); }

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

border-color css

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

 span { border-color: rgb(130,3,252); }

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