Html Css Color HEX #620FEA Electric Indigo

📋 copy color: '#620FEA'

red 98 ◦ green 15 ◦ blue 234

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

Shades of Electric Indigo #620FEA

Tints of Electric Indigo #620FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.32%

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 28.24%
G = 4.32%
B = 67.44%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#620FEA (or 0x620FEA) is known color: Electric Indigo. HEX triplet: 62, 0F and EA. RGB value is (98,15,234). Sum of RGB (Red+Green+Blue) = 98+15+234=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #620FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FEA is #9DF015. Grayscale: #3F3F3F. Windows color (decimal): -10350614 or 15339362. OLE color: 15339362.

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

Color convert

RGB 98 15 234 -
CMYK 0.58 0.94 0 0.08
HSL 262.74º 0.88% 0.49% -
HSV(B) 262.74º 0.94% 0.92% -
XYZ 20.06 8.88 78.5 -
YUV 64.78 223.5 151.69 -
System Red Green Blue C M Y K H S L
Decimal 98 15 234 0.58 0.94 0 0.08 262.74 0.88 0.49
Hex 62 F EA 3A 5E 0 8 107 58 31
Octal 142 17 352 72 136 0 10 407 130 61
Binary 1100010 1111 11101010 111010 1011110 0 1000 100000111 1011000 110001

Color Harmonies of #620FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FEA

Black with #620FEA

Text Example


Text Example

White with #620FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,234); }

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

background-color css

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

 a { background-color: rgb(98,15,234); }

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

border-color css

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

 span { border-color: rgb(98,15,234); }

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