Html Css Color HEX #620EE2 Electric Indigo

📋 copy color: '#620EE2'

red 98 ◦ green 14 ◦ blue 226

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

Shades of Electric Indigo #620EE2

Tints of Electric Indigo #620EE2

RGB

 RED value IS 98 (38.67% from 255) = 28.99%

 GREEN value IS 14 (5.86% from 255) = 4.14%

 BLUE value IS 226 (88.67% from 255) = 66.86%

R = 28.99%
G = 4.14%
B = 66.86%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#620EE2 (or 0x620EE2) is known color: Electric Indigo. HEX triplet: 62, 0E and E2. RGB value is (98,14,226). Sum of RGB (Red+Green+Blue) = 98+14+226=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 226 (88.67% from 255 or 66.86% from 338); Max value from RGB is 226 - color contains mainly: blue. Hex color #620EE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620EE2 is #9DF11D. Grayscale: #3E3E3E. Windows color (decimal): -10350878 or 14814818. OLE color: 14814818.

HSL color Cylindrical-coordinate representation of color #620EE2: hue angle of 263.77º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EE2 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 98 14 226 -
CMYK 0.57 0.94 0 0.11
HSL 263.77º 0.88% 0.47% -
HSV(B) 263.77º 0.94% 0.89% -
XYZ 18.92 8.4 72.58 -
YUV 63.28 219.83 152.76 -
System Red Green Blue C M Y K H S L
Decimal 98 14 226 0.57 0.94 0 0.11 263.77 0.88 0.47
Hex 62 E E2 39 5E 0 B 108 58 2F
Octal 142 16 342 71 136 0 13 410 130 57
Binary 1100010 1110 11100010 111001 1011110 0 1011 100001000 1011000 101111

Color Harmonies of #620EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620EE2

Black with #620EE2

Text Example


Text Example

White with #620EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620EE2; }

 p { color: rgb(98,14,226); }

 H1.HeaderClassName
 {
   color: #620EE2;
 }
 .AnyTagClassName
 {
   color: #620EE2;
 }
</style>

background-color css

<style>
 a { background-color: #620EE2; }

 a { background-color: rgb(98,14,226); }

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

border-color css

<style>
 span { border-color: #620EE2; }

 span { border-color: rgb(98,14,226); }

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