Html Css Color HEX #620FF0 Electric Indigo

📋 copy color: '#620FF0'

red 98 ◦ green 15 ◦ blue 240

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

Shades of Electric Indigo #620FF0

Tints of Electric Indigo #620FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.99%

R = 27.76%
G = 4.25%
B = 67.99%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#620FF0 (or 0x620FF0) is known color: Electric Indigo. HEX triplet: 62, 0F and F0. RGB value is (98,15,240). Sum of RGB (Red+Green+Blue) = 98+15+240=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #620FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FF0 is #9DF00F. Grayscale: #404040. Windows color (decimal): -10350608 or 15732578. OLE color: 15732578.

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

Color convert

RGB 98 15 240 -
CMYK 0.59 0.94 0 0.06
HSL 262.13º 0.88% 0.5% -
HSV(B) 262.13º 0.94% 0.94% -
XYZ 20.94 9.23 83.12 -
YUV 65.47 226.5 151.2 -
System Red Green Blue C M Y K H S L
Decimal 98 15 240 0.59 0.94 0 0.06 262.13 0.88 0.5
Hex 62 F F0 3B 5E 0 6 106 58 32
Octal 142 17 360 73 136 0 6 406 130 62
Binary 1100010 1111 11110000 111011 1011110 0 110 100000110 1011000 110010

Color Harmonies of #620FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FF0

Black with #620FF0

Text Example


Text Example

White with #620FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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