Html Css Color HEX #620DEC Electric Indigo

📋 copy color: '#620DEC'

red 98 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #620DEC

Tints of Electric Indigo #620DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.75%

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 28.24%
G = 3.75%
B = 68.01%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#620DEC (or 0x620DEC) is known color: Electric Indigo. HEX triplet: 62, 0D and EC. RGB value is (98,13,236). Sum of RGB (Red+Green+Blue) = 98+13+236=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #620DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620DEC is #9DF213. Grayscale: #3F3F3F. Windows color (decimal): -10351124 or 15469922. OLE color: 15469922.

HSL color Cylindrical-coordinate representation of color #620DEC: hue angle of 262.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620DEC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 13 236 -
CMYK 0.58 0.94 0 0.07
HSL 262.87º 0.9% 0.49% -
HSV(B) 262.87º 0.94% 0.93% -
XYZ 20.32 8.94 80.01 -
YUV 63.84 225.16 152.37 -
System Red Green Blue C M Y K H S L
Decimal 98 13 236 0.58 0.94 0 0.07 262.87 0.9 0.49
Hex 62 D EC 3A 5E 0 7 107 5A 31
Octal 142 15 354 72 136 0 7 407 132 61
Binary 1100010 1101 11101100 111010 1011110 0 111 100000111 1011010 110001

Color Harmonies of #620DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DEC

Black with #620DEC

Text Example


Text Example

White with #620DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,236); }

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

background-color css

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

 a { background-color: rgb(98,13,236); }

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

border-color css

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

 span { border-color: rgb(98,13,236); }

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