Html Css Color HEX #8203EE Electric Indigo

📋 copy color: '#8203EE'

red 130 ◦ green 3 ◦ blue 238

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

Shades of Electric Indigo #8203EE

Tints of Electric Indigo #8203EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 35.04%
G = 0.81%
B = 64.15%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8203EE (or 0x8203EE) is known color: Electric Indigo. HEX triplet: 82, 03 and EE. RGB value is (130,3,238). Sum of RGB (Red+Green+Blue) = 130+3+238=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #8203EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8203EE is #7DFC11. Grayscale: #424242. Windows color (decimal): -8256530 or 15598466. OLE color: 15598466.

HSL color Cylindrical-coordinate representation of color #8203EE: hue angle of 272.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203EE is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 3 238 -
CMYK 0.45 0.99 0 0.07
HSL 272.43º 0.98% 0.47% -
HSV(B) 272.43º 0.99% 0.93% -
XYZ 24.67 10.98 81.71 -
YUV 67.76 224.08 172.39 -
System Red Green Blue C M Y K H S L
Decimal 130 3 238 0.45 0.99 0 0.07 272.43 0.98 0.47
Hex 82 3 EE 2D 63 0 7 110 62 2F
Octal 202 3 356 55 143 0 7 420 142 57
Binary 10000010 11 11101110 101101 1100011 0 111 100010000 1100010 101111

Color Harmonies of #8203EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8203EE

Black with #8203EE

Text Example


Text Example

White with #8203EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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