Html Css Color HEX #620EE1 Electric Indigo

📋 copy color: '#620EE1'

red 98 ◦ green 14 ◦ blue 225

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

Shades of Electric Indigo #620EE1

Tints of Electric Indigo #620EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 29.08%
G = 4.15%
B = 66.77%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#620EE1 (or 0x620EE1) is known color: Electric Indigo. HEX triplet: 62, 0E and E1. RGB value is (98,14,225). Sum of RGB (Red+Green+Blue) = 98+14+225=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #620EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620EE1 is #9DF11E. Grayscale: #3E3E3E. Windows color (decimal): -10350879 or 14749282. OLE color: 14749282.

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

Color convert

RGB 98 14 225 -
CMYK 0.56 0.94 0 0.12
HSL 263.89º 0.88% 0.47% -
HSV(B) 263.89º 0.94% 0.88% -
XYZ 18.78 8.35 71.86 -
YUV 63.17 219.33 152.84 -
System Red Green Blue C M Y K H S L
Decimal 98 14 225 0.56 0.94 0 0.12 263.89 0.88 0.47
Hex 62 E E1 38 5E 0 C 108 58 2F
Octal 142 16 341 70 136 0 14 410 130 57
Binary 1100010 1110 11100001 111000 1011110 0 1100 100001000 1011000 101111

Color Harmonies of #620EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620EE1

Black with #620EE1

Text Example


Text Example

White with #620EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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