Html Css Color HEX #620BE2 Electric Indigo

📋 copy color: '#620BE2'

red 98 ◦ green 11 ◦ blue 226

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

Shades of Electric Indigo #620BE2

Tints of Electric Indigo #620BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 67.46%

R = 29.25%
G = 3.28%
B = 67.46%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#620BE2 (or 0x620BE2) is known color: Electric Indigo. HEX triplet: 62, 0B and E2. RGB value is (98,11,226). Sum of RGB (Red+Green+Blue) = 98+11+226=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 226 (88.67% from 255 or 67.46% from 335); Max value from RGB is 226 - color contains mainly: blue. Hex color #620BE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BE2 is #9DF41D. Grayscale: #3C3C3C. Windows color (decimal): -10351646 or 14814050. OLE color: 14814050.

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

Color convert

RGB 98 11 226 -
CMYK 0.57 0.95 0 0.11
HSL 264.28º 0.91% 0.46% -
HSV(B) 264.28º 0.95% 0.89% -
XYZ 18.88 8.33 72.56 -
YUV 61.52 220.82 154.02 -
System Red Green Blue C M Y K H S L
Decimal 98 11 226 0.57 0.95 0 0.11 264.28 0.91 0.46
Hex 62 B E2 39 5F 0 B 108 5B 2E
Octal 142 13 342 71 137 0 13 410 133 56
Binary 1100010 1011 11100010 111001 1011111 0 1011 100001000 1011011 101110

Color Harmonies of #620BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BE2

Black with #620BE2

Text Example


Text Example

White with #620BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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