#620BE3

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

Shades of Electric Indigo #620BE3

Tints of Electric Indigo #620BE3

Color information

#620BE3 (or 0x620BE3) is unknown color: approx Electric Indigo. HEX triplet: 62, 0B and E3. RGB value is (98,11,227). Sum of RGB (Red+Green+Blue) = 98+11+227=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 227 (89.06% from 255 or 67.56% from 336); Max value from RGB is 227 - color contains mainly: blue. Hex color #620BE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BE3 is #9DF41C. Grayscale: #3C3C3C. Windows color (decimal): -10351645 or 14879586. OLE color: 14879586.

HSL color Cylindrical-coordinate representation of color #620BE3: hue angle of 264.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620BE3 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9811227-
CMYK0.570.9500.11
HSL264.17º90.76%46.67%-
HSV(B)264.17º95.15%89.02%-
XYZ19.028.3873.29-
YUV61.64221.32153.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.17%
GREEN value IS 11 (4.69% from 255) = 3.27%
BLUE value IS 227 (89.06% from 255) = 67.56%
R=29.17%
G=3.27%
B=67.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal98112270.570.9500.11264.1790.7646.67
Hex62BE3395F0B1085b2f
Octal142133437113701341013357
Binary11000101011111000111110011011111010111000010001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #620BE3;
 }
 .AnyTagClassName
 {
   color: #620BE3;
 }
</style>
background-color css

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

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

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

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

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

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