Html Css Color HEX #620BFA Electric Indigo

📋 copy color: '#620BFA'

red 98 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #620BFA

Tints of Electric Indigo #620BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 27.3%
G = 3.06%
B = 69.64%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#620BFA (or 0x620BFA) is known color: Electric Indigo. HEX triplet: 62, 0B and FA. RGB value is (98,11,250). Sum of RGB (Red+Green+Blue) = 98+11+250=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #620BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BFA is #9DF405. Grayscale: #3F3F3F. Windows color (decimal): -10351622 or 16386914. OLE color: 16386914.

HSL color Cylindrical-coordinate representation of color #620BFA: hue angle of 261.84º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620BFA is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 11 250 -
CMYK 0.61 0.96 0 0.02
HSL 261.84º 0.96% 0.51% -
HSV(B) 261.84º 0.96% 0.98% -
XYZ 22.41 9.74 91.14 -
YUV 64.26 232.82 152.07 -
System Red Green Blue C M Y K H S L
Decimal 98 11 250 0.61 0.96 0 0.02 261.84 0.96 0.51
Hex 62 B FA 3D 60 0 2 106 60 33
Octal 142 13 372 75 140 0 2 406 140 63
Binary 1100010 1011 11111010 111101 1100000 0 10 100000110 1100000 110011

Color Harmonies of #620BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BFA

Black with #620BFA

Text Example


Text Example

White with #620BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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