Html Css Color HEX #620BF1 Electric Indigo

📋 copy color: '#620BF1'

red 98 ◦ green 11 ◦ blue 241

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

Shades of Electric Indigo #620BF1

Tints of Electric Indigo #620BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

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

R = 28%
G = 3.14%
B = 68.86%

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

#620BF1 (or 0x620BF1) is known color: Electric Indigo. HEX triplet: 62, 0B and F1. RGB value is (98,11,241). Sum of RGB (Red+Green+Blue) = 98+11+241=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #620BF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BF1 is #9DF40E. Grayscale: #3E3E3E. Windows color (decimal): -10351631 or 15797090. OLE color: 15797090.

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

Color convert

RGB 98 11 241 -
CMYK 0.59 0.95 0 0.05
HSL 262.7º 0.91% 0.49% -
HSV(B) 262.7º 0.95% 0.95% -
XYZ 21.03 9.19 83.88 -
YUV 63.23 228.32 152.8 -
System Red Green Blue C M Y K H S L
Decimal 98 11 241 0.59 0.95 0 0.05 262.7 0.91 0.49
Hex 62 B F1 3B 5F 0 5 107 5B 31
Octal 142 13 361 73 137 0 5 407 133 61
Binary 1100010 1011 11110001 111011 1011111 0 101 100000111 1011011 110001

Color Harmonies of #620BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BF1

Black with #620BF1

Text Example


Text Example

White with #620BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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