Html Css Color HEX #8212FD Electric Indigo

📋 copy color: '#8212FD'

red 130 ◦ green 18 ◦ blue 253

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

Shades of Electric Indigo #8212FD

Tints of Electric Indigo #8212FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.49%

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

R = 32.42%
G = 4.49%
B = 63.09%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8212FD (or 0x8212FD) is known color: Electric Indigo. HEX triplet: 82, 12 and FD. RGB value is (130,18,253). Sum of RGB (Red+Green+Blue) = 130+18+253=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #8212FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8212FD is #7DED02. Grayscale: #4D4D4D. Windows color (decimal): -8252675 or 16585346. OLE color: 16585346.

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

Color convert

RGB 130 18 253 -
CMYK 0.49 0.93 0 0.01
HSL 268.6º 0.98% 0.53% -
HSV(B) 268.6º 0.93% 0.99% -
XYZ 27.15 12.27 93.87 -
YUV 78.28 226.61 164.89 -
System Red Green Blue C M Y K H S L
Decimal 130 18 253 0.49 0.93 0 0.01 268.6 0.98 0.53
Hex 82 12 FD 31 5D 0 1 10D 62 35
Octal 202 22 375 61 135 0 1 415 142 65
Binary 10000010 10010 11111101 110001 1011101 0 1 100001101 1100010 110101

Color Harmonies of #8212FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8212FD

Black with #8212FD

Text Example


Text Example

White with #8212FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,18,253); }

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

background-color css

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

 a { background-color: rgb(130,18,253); }

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

border-color css

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

 span { border-color: rgb(130,18,253); }

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