Html Css Color HEX #620CE4 Electric Indigo

📋 copy color: '#620CE4'

red 98 ◦ green 12 ◦ blue 228

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

Shades of Electric Indigo #620CE4

Tints of Electric Indigo #620CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 67.46%

R = 28.99%
G = 3.55%
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

#620CE4 (or 0x620CE4) is known color: Electric Indigo. HEX triplet: 62, 0C and E4. RGB value is (98,12,228). Sum of RGB (Red+Green+Blue) = 98+12+228=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 228 (89.45% from 255 or 67.46% from 338); Max value from RGB is 228 - color contains mainly: blue. Hex color #620CE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CE4 is #9DF31B. Grayscale: #3D3D3D. Windows color (decimal): -10351388 or 14945378. OLE color: 14945378.

HSL color Cylindrical-coordinate representation of color #620CE4: hue angle of 263.89º degrees, saturation: 0.9, 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 #620CE4 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 98 12 228 -
CMYK 0.57 0.95 0 0.11
HSL 263.89º 0.9% 0.47% -
HSV(B) 263.89º 0.95% 0.89% -
XYZ 19.17 8.46 74.02 -
YUV 62.34 221.49 153.44 -
System Red Green Blue C M Y K H S L
Decimal 98 12 228 0.57 0.95 0 0.11 263.89 0.9 0.47
Hex 62 C E4 39 5F 0 B 108 5A 2F
Octal 142 14 344 71 137 0 13 410 132 57
Binary 1100010 1100 11100100 111001 1011111 0 1011 100001000 1011010 101111

Color Harmonies of #620CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CE4

Black with #620CE4

Text Example


Text Example

White with #620CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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