Html Css Color HEX #620CF1 Electric Indigo

📋 copy color: '#620CF1'

red 98 ◦ green 12 ◦ blue 241

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

Shades of Electric Indigo #620CF1

Tints of Electric Indigo #620CF1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 241 (94.53% from 255) = 68.66%

R = 27.92%
G = 3.42%
B = 68.66%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#620CF1 (or 0x620CF1) is known color: Electric Indigo. HEX triplet: 62, 0C and F1. RGB value is (98,12,241). Sum of RGB (Red+Green+Blue) = 98+12+241=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #620CF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CF1 is #9DF30E. Grayscale: #3E3E3E. Windows color (decimal): -10351375 or 15797346. OLE color: 15797346.

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

Color convert

RGB 98 12 241 -
CMYK 0.59 0.95 0 0.05
HSL 262.53º 0.91% 0.5% -
HSV(B) 262.53º 0.95% 0.95% -
XYZ 21.05 9.21 83.89 -
YUV 63.82 227.99 152.38 -
System Red Green Blue C M Y K H S L
Decimal 98 12 241 0.59 0.95 0 0.05 262.53 0.91 0.5
Hex 62 C F1 3B 5F 0 5 107 5B 32
Octal 142 14 361 73 137 0 5 407 133 62
Binary 1100010 1100 11110001 111011 1011111 0 101 100000111 1011011 110010

Color Harmonies of #620CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CF1

Black with #620CF1

Text Example


Text Example

White with #620CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,12,241); }

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

background-color css

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

 a { background-color: rgb(98,12,241); }

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

border-color css

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

 span { border-color: rgb(98,12,241); }

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