#620BFA

Color #620BFA Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #620BFA

Tints of Electric Indigo #620BFA

Color information

#620BFA (or 0x620BFA) is unknown color: approx 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

RGB9811250-
CMYK0.610.9600.02
HSL261.84º95.98%51.18%-
HSV(B)261.84º95.6%98.04%-
XYZ22.419.7491.14-
YUV64.26232.82152.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 250 (98.05% from 255) = 69.64%
R=27.30%
G=3.06%
B=69.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal98112500.610.9600.02261.8495.9851.18
Hex62BFA3D60021066033
Octal14213372751400240614063
Binary110001010111111101011110111000000101000001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>