Html Css Color HEX #620CEA Electric Indigo

📋 copy color: '#620CEA'

red 98 ◦ green 12 ◦ blue 234

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

Shades of Electric Indigo #620CEA

Tints of Electric Indigo #620CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.49%

 BLUE value IS 234 (91.8% from 255) = 68.02%

R = 28.49%
G = 3.49%
B = 68.02%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#620CEA (or 0x620CEA) is known color: Electric Indigo. HEX triplet: 62, 0C and EA. RGB value is (98,12,234). Sum of RGB (Red+Green+Blue) = 98+12+234=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #620CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CEA is #9DF315. Grayscale: #3E3E3E. Windows color (decimal): -10351382 or 15338594. OLE color: 15338594.

HSL color Cylindrical-coordinate representation of color #620CEA: hue angle of 263.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CEA is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 12 234 -
CMYK 0.58 0.95 0 0.08
HSL 263.24º 0.9% 0.48% -
HSV(B) 263.24º 0.95% 0.92% -
XYZ 20.02 8.8 78.49 -
YUV 63.02 224.49 152.95 -
System Red Green Blue C M Y K H S L
Decimal 98 12 234 0.58 0.95 0 0.08 263.24 0.9 0.48
Hex 62 C EA 3A 5F 0 8 107 5A 30
Octal 142 14 352 72 137 0 10 407 132 60
Binary 1100010 1100 11101010 111010 1011111 0 1000 100000111 1011010 110000

Color Harmonies of #620CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CEA

Black with #620CEA

Text Example


Text Example

White with #620CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,12,234); }

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

background-color css

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

 a { background-color: rgb(98,12,234); }

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

border-color css

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

 span { border-color: rgb(98,12,234); }

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